View Source Nostrum.Struct.Event.MessageReactionRemove (Nostrum v0.10.0)
Sent when a user removes a reaction from a message
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
Types
@type channel_id() :: Nostrum.Struct.Channel.id()
ID of the channel in which the reaction was created
@type emoji() :: Nostrum.Struct.Emoji.t() | nil
Partial emoji object that was removed
@type guild_id() :: Nostrum.Struct.Guild.id() | nil
ID of the guild on which the message lives, if applicable
@type message_id() :: Nostrum.Struct.Message.id()
ID of the message to which the reaction was attached
@type 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
@type user_id() :: Nostrum.Struct.User.id()
Author of the reaction