ApplicationEmoji
class ApplicationEmoji(val data: EmojiData, val kord: Kord, val supplier: EntitySupplier = kord.defaultSupplier) : CustomEmoji(source)
An instance of an emoji belonging to a specific Application.
Properties
Link copied to clipboard
Link copied to clipboard
Whether is emoji is animated.
Link copied to clipboard
Whether this emoji can be used, may be false due to loss of Server Boosts.
Link copied to clipboard
Either the unicode representation of the emoji if it's a StandardEmoji or the mention string if it's a CustomEmoji.
Link copied to clipboard
Whether this emoji needs to be wrapped in colons.
Link copied to clipboard
The supplier used to request entities.
Link copied to clipboard
The User who created the emote, if present.
Functions
Link copied to clipboard
Requests to edit the emoji.
Link copied to clipboard
Returns a new ApplicationEmoji with the given strategy.