Nostrum.Struct.Event.MessageDeleteBulk (Nostrum v0.4.5) View Source
Struct representing a Message Delete Bulk event
Link to this section Summary
Link to this section Types
Specs
channel_id() :: Nostrum.Snowflake.t()
Channel id of the deleted message
Specs
guild_id() :: Nostrum.Snowflake.t() | nil
Guild id of the deleted message
nil if a non-guild message was deleted.
Specs
ids() :: [Nostrum.Snowflake.t(), ...]
Ids of the deleted messages
Specs
t() :: %Nostrum.Struct.Event.MessageDeleteBulk{
channel_id: channel_id(),
guild_id: guild_id(),
ids: ids()
}