Custom

data class Custom(val id: Snowflake, val name: String, val isAnimated: Boolean) : ReactionEmoji(source)

Constructors

Link copied to clipboard
constructor(id: Snowflake, name: String, isAnimated: Boolean)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override val mention: String
Link copied to clipboard
open override val name: String

Either the unicode representation if it's a Unicode emoji or the emoji name if it's a Custom emoji.

Link copied to clipboard
open override val urlFormat: String

Format used in HTTP queries.

Functions

Link copied to clipboard
open override fun toString(): String