MessageReaction class final
- Implemented types
Constructors
- MessageReaction.new({required Snowflake serverId, required Snowflake channelId, required Snowflake userId, required Snowflake messageId, required PartialEmoji emoji, required bool isBurst, required MessageReactionType type})
Properties
- channelId → Snowflake
-
final
- emoji → PartialEmoji
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- isBurst → bool
-
final
- messageId → Snowflake
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- serverId → Snowflake
-
final
- type → MessageReactionType
-
final
- userId → Snowflake
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
resolveChannel<
T extends Channel> () → Future< T> -
Get related ServerVoiceChannel
override
-
resolveMember(
) → Future< Member?> -
Get related Member
override
-
resolveMessage<
T extends BaseMessage> ({bool force = false}) → Future< T> -
Get related Message
override
-
resolveUser(
) → Future< User> -
Get related User
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited