View Source Nostrum.Struct.Event.MessageReactionRemoveEmoji (Nostrum v0.8.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.

t()

Event sent when a bot removes all instances of a given emoji from the reactions of a message

Link to this section Types

Link to this type

channel_id()

View Source (since 0.5.0)
@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.

Link to this type

guild_id()

View Source (since 0.5.0)
@type guild_id() :: Nostrum.Struct.Guild.id() | nil

Guild on which the message resides, if applicable.

Link to this type

message_id()

View Source (since 0.5.0)
@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