Skip to content

Emoji


Properties


Emoji.id : string?

The emoji's id.

Note

If the emoji isn't custom this will always be nil.




Emoji.name : string

The emoji's name or unicode character.

Note

If the emoji is a custom emoji then this'll return the name of the emoji. Otherwise it'll return it's unicode character.




Emoji.animated : boolean

Whether the emoji is animated.




Methods


Emoji.new(data : dictionary) : Emoji

This function returns a new Emoji object.

Warning

This method is not meant to be called outside of Voyager's internal code.

Parameters