IMessageReactionEvent class abstract

Implementers

Constructors

IMessageReactionEvent()

Properties

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

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