Emoji

sealed interface Emoji(source)

Either a StandardEmoji or a GuildEmoji.

Inheritors

Properties

Link copied to clipboard
abstract val mention: String

Either the unicode representation of the emoji if it's a StandardEmoji or the mention string if it's a GuildEmoji.

Link copied to clipboard
abstract val name: String?

Either the unicode representation of the emoji if it's a StandardEmoji or the emoji name if it's a GuildEmoji.