View Source Nostrum.Struct.Event.MessageReactionRemoveEmoji (Nostrum v0.10.0)
Sent when a bot removes all instances of a given emoji from the reactions of a message
Summary
Types
Channel in which the message resides.
The (partial) emoji that was removed.
Guild on which the message resides, if applicable.
Message from which the emoji was removed.
Event sent when a bot removes all instances of a given emoji from the reactions of a message
Types
@type channel_id() :: Nostrum.Struct.Channel.id()
Channel in which the message resides.
@type emoji() :: Nostrum.Struct.Emoji.t()
The (partial) emoji that was removed.
@type guild_id() :: Nostrum.Struct.Guild.id() | nil
Guild on which the message resides, if applicable.
@type message_id() :: Nostrum.Struct.Message.id()
Message from which the emoji was removed.
@type t() :: %Nostrum.Struct.Event.MessageReactionRemoveEmoji{ channel_id: channel_id(), emoji: emoji(), guild_id: guild_id(), message_id: message_id() }
Event sent when a bot removes all instances of a given emoji from the reactions of a message