Nostrum v0.4.0 Nostrum.Struct.Event.MessageDelete View Source
Struct representing a Message Delete event
Link to this section Summary
Link to this section Types
Link to this type
channel_id()
View Source
channel_id()
View Source
channel_id() :: Nostrum.Snowflake.t()
channel_id() :: Nostrum.Snowflake.t()
Channel id of the deleted message
Link to this type
guild_id()
View Source
guild_id()
View Source
guild_id() :: Nostrum.Snowflake.t() | nil
guild_id() :: Nostrum.Snowflake.t() | nil
Guild id of the deleted message
nil
if a non-guild message was deleted.
Link to this type
id()
View Source
id()
View Source
id() :: Nostrum.Snowflake.t()
id() :: Nostrum.Snowflake.t()
Id of the deleted message
Link to this type
t()
View Source
t()
View Source
t() :: %Nostrum.Struct.Event.MessageDelete{
channel_id: channel_id(),
guild_id: guild_id(),
id: id()
}
t() :: %Nostrum.Struct.Event.MessageDelete{ channel_id: channel_id(), guild_id: guild_id(), id: id() }