GuildEmoji
class GuildEmoji(val data: EmojiData, val kord: Kord, val supplier: EntitySupplier = kord.defaultSupplier) : Emoji, KordEntity, Strategizable(source)
Properties
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
The behavior of the Member who created the emote, if present.
Link copied to clipboard
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
Whether this emoji needs to be wrapped in colons.
Link copied to clipboard
The behaviors of the roles for which this emoji was whitelisted.
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 GuildEmoji with the given strategy.