MessageReactionEvent class abstract

Emitted when reaction is added or removed from message

Implementers

Properties

channel CacheableTextChannel<TextChannel>
Channel on which event was fired
latefinal
emoji IEmoji
Emoji object.
latefinal
guild Cacheable<Snowflake, Guild>
Reference to guild if event happened in guild
latefinal
hashCode int
The hash code for this object.
no setterinherited
member Member
The member who reacted if this happened in a guild
latefinal
message Message?
Message reference
latefinal
messageId Snowflake
Id of message
latefinal
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
user Cacheable<Snowflake, User>
Reference to user who is behind event
latefinal

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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