Emoji

Functions

Link copied to clipboard
open fun format(format: String): String

Formats the name of the entity

Link copied to clipboard
open override fun formatTo(formatter: Formatter?, flags: Int, width: Int, precision: Int)

Formats the object using the provided {@link Formatter formatter}.

Properties

Link copied to clipboard
open val id: String?

The id of the emoji as String.

Link copied to clipboard
abstract val idLong: Long?

The id of the emoji.

Link copied to clipboard
abstract var isAnimated: Boolean

Gets whether this emoji is animated.

Link copied to clipboard
abstract var isAvailable: Boolean

Gets whether this emoji is available.

Link copied to clipboard
abstract var isManaged: Boolean

Gets whether this emoji is managed by an external service.

Link copied to clipboard
abstract val json: JsonNode

The json representation of this entity.

Link copied to clipboard
abstract var name: String
Link copied to clipboard
abstract var requireColons: Boolean

Gets whether this emoji must be wrapped in colons.

Link copied to clipboard
abstract var roles: List<Role>

The roles that are allowed to use this emoji.

Link copied to clipboard
abstract var user: User?

The user that created this emoji.

Link copied to clipboard
abstract val yde: YDE

The main YDE instance.