gif

fun Emoji.gif(size: Int? = null): String?(source)

Gets the url of the emoji in GIF format, null if the emoji is a unicode character.

Return

the url of the gif formatted emoji or null if it is unicode.

Parameters

size

the size of the image. Must be a power of two or null.

Throws

when the size is not null or a power of two.