StandardEmoji

class StandardEmoji(val name: String) : Emoji(source)

An instance of a standard emoji.

Constructors

Link copied to clipboard
constructor(name: String)

Properties

Link copied to clipboard
open override val mention: String

The unicode representation of this emoji.

Link copied to clipboard
open override val name: String

The unicode representation of this emoji.

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String