View Source Nostrum.Struct.Event.MessageReactionRemove (Nostrum v0.6.1)
Sent when a user removes a reaction from a message
Link to this section Summary
Types
ID of the channel in which the reaction was created
Partial emoji object that was removed
ID of the guild on which the message lives, if applicable
ID of the message to which the reaction was attached
Event sent when a user removes a reaction from a message
Author of the reaction
Link to this section Types
Specs
channel_id() :: Nostrum.Struct.Channel.id()
ID of the channel in which the reaction was created
Specs
emoji() :: Nostrum.Struct.Emoji.t() | nil
Partial emoji object that was removed
Specs
guild_id() :: Nostrum.Struct.Guild.id() | nil
ID of the guild on which the message lives, if applicable
Specs
message_id() :: Nostrum.Struct.Message.id()
ID of the message to which the reaction was attached
Specs
t() :: %Nostrum.Struct.Event.MessageReactionRemove{ channel_id: channel_id(), emoji: emoji(), guild_id: guild_id(), message_id: message_id(), user_id: user_id() }
Event sent when a user removes a reaction from a message
Specs
user_id() :: Nostrum.Struct.User.id()
Author of the reaction