MessageReactionAddedEvent class

Emitted when reaction is add to message

Inheritance

Properties

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

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