View Source Nostrum.Struct.Event.MessageReactionRemoveAll (Nostrum v0.9.1)

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

Link to this type

channel_id()

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

ID of the channel in which the message resides.

Link to this type

guild_id()

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

ID of the guild for the message, if applicable.

Link to this type

message_id()

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