AppEmoji

annotation class AppEmoji(val assetPattern: String = DEFAULT, val emojiName: String = DEFAULT)(source)

Additional metadata for an application emoji.

Only works on ApplicationEmoji fields inside @AppEmojiContainer annotated classes.

Kotlin note: This cannot be used with AppEmojisRegistry.lazy.

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of the asset to load, including the extension.

Link copied to clipboard

The name of the emoji as to be seen on Discord.