View Source Nostrum.Struct.Event.MessageReactionRemoveAll (Nostrum v0.10.0)
Sent when a user explicitly removes all reactions from a message
Summary
Types
ID of the channel in which the message resides.
ID of the guild for the message, if applicable.
ID of the message from which all reactions were removed.
Event sent when a user explicitly removes all reactions from a message
Types
@type channel_id() :: Nostrum.Struct.Channel.id()
ID of the channel in which the message resides.
@type guild_id() :: Nostrum.Struct.Guild.id() | nil
ID of the guild for the message, if applicable.
@type message_id() :: Nostrum.Struct.Message.id()
ID of the message from which all reactions were removed.
@type t() :: %Nostrum.Struct.Event.MessageReactionRemoveAll{ channel_id: channel_id(), guild_id: guild_id(), message_id: message_id() }
Event sent when a user explicitly removes all reactions from a message