MessageReactionRemovedEvent class Null safety
Emitted when reaction is removed from message
- Inheritance
- Object
- MessageReactionEvent
- MessageReactionRemovedEvent
Properties
-
channel
↔ Cacheable<
Snowflake, TextChannel> -
Channel on which event was fired
read / write, final, late, inherited
- emoji ↔ IEmoji
-
Emoji object.
read / write, final, late, inherited
-
guild
↔ Cacheable<
Snowflake, Guild> -
Reference to guild if event happend in guild
read / write, final, late, inherited
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- member ↔ Member
-
The member who reacted if this happened in a guild
read / write, final, late, inherited
- message ↔ Message?
-
Message reference
read / write, final, late, inherited
- messageId ↔ Snowflake
-
Id of message
read / write, final, late, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
-
user
↔ Cacheable<
Snowflake, User> -
Reference to user who is behind event
read / write, final, late, inherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
A string representation of this object. [...]
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited