Emoji

@Serializable
data class Emoji(val shortCode: String, val url: String, val staticUrl: String, val isVisibleInPicker: Boolean, val category: String? = null)

Represents a custom emoji.

Constructors

Link copied to clipboard
constructor(shortCode: String, url: String, staticUrl: String, isVisibleInPicker: Boolean, category: String? = null)

Properties

Link copied to clipboard
val category: String? = null

Used for sorting custom emoji in the picker.

Link copied to clipboard

Whether this Emoji should be visible when composing a new post, or unlisted.

Link copied to clipboard

The name of the custom emoji.

Link copied to clipboard

URL to a static version of the custom emoji.

Link copied to clipboard
val url: String

URL to the custom emoji.