BaseMessageReaction class abstract

Implementers

Constructors

BaseMessageReaction()

Properties

channelId Snowflake
no setter
emoji PartialEmoji
no setter
hashCode int
The hash code for this object.
no setterinherited
isBurst bool
no setter
messageId Snowflake
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type MessageReactionType
no setter
userId Snowflake
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
resolveChannel<T extends Channel>() Future<T>
resolveMessage<T extends BaseMessage>({bool force = false}) Future<T>
toString() String
A string representation of this object.
inherited

Operators

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