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

View Source

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.

t()

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

Types

channel_id()

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

Channel in which the message resides.

emoji()

(since 0.5.0)
@type emoji() :: Nostrum.Struct.Emoji.t()

The (partial) emoji that was removed.

guild_id()

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

Guild on which the message resides, if applicable.

message_id()

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

Message from which the emoji was removed.

t()

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