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 glob pattern which matches a single file, includes the extension.

Link copied to clipboard

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