CustomEmoji class

This object represents a custom emoji entity.

Constructors

CustomEmoji(String emoji, int id, {ParseMode parseMode = ParseMode.html})
Constructs a new CustomEmoji instance.
const

Properties

emoji String
The emoji.
final
hashCode int
The hash code for this object.
no setterinherited
id int
The ID of the custom emoji.
final
parseMode ParseMode
Parse Mode
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
Returns a string representation of the emoji.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited