IMessageReactionAddedEvent class abstract

Implemented types

Properties

channel → CacheableTextChannel<ITextChannel>
Channel on which event was fired
no setterinherited
emoji IEmoji
Emoji object.
latefinalinherited
guild Cacheable<Snowflake, IGuild>
Reference to guild if event happened in guild
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
member IMember
The member who reacted if this happened in a guild
latefinalinherited
message IMessage?
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, IUser>
Reference to user who is behind event
no setterinherited

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