View Source Nostrum.Struct.Event.MessageReactionRemoveEmoji (Nostrum v0.6.0)
Sent when a bot removes all instances of a given emoji from the reactions of a message
Link to this section 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
Link to this section Types
Specs
channel_id() :: Nostrum.Struct.Channel.id()
Channel in which the message resides.
Specs
emoji() :: Nostrum.Struct.Emoji.t()
The (partial) emoji that was removed.
Specs
guild_id() :: Nostrum.Struct.Guild.id() | nil
Guild on which the message resides, if applicable.
Specs
message_id() :: Nostrum.Struct.Message.id()
Message from which the emoji was removed.
Specs
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