Nostrum.Struct.Event.MessageReactionRemoveAll (nostrum v0.11.0-dev)

View Source

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.

t()

Event sent when a user explicitly removes all reactions from a message

Types

channel_id()

(since 0.5.0)
@type channel_id() :: Nostrum.Struct.Channel.id()

ID of the channel in which the message resides.

guild_id()

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

ID of the guild for the message, if applicable.

message_id()

(since 0.5.0)
@type message_id() :: Nostrum.Struct.Message.id()

ID of the message from which all reactions were removed.

t()

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