ServerMessageReaction class abstract interface

Inheritance
Implementers

Properties

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

Methods

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

Operators

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