Nostrum v0.4.0 Nostrum.Struct.Event.MessageDelete View Source

Struct representing a Message Delete event

Link to this section Summary

Types

Channel id of the deleted message

Guild id of the deleted message

Id of the deleted message

t()

Link to this section Types

Channel id of the deleted message

Guild id of the deleted message

nil if a non-guild message was deleted.

Id of the deleted message

Link to this type

t() View Source
t() :: %Nostrum.Struct.Event.MessageDelete{
  channel_id: channel_id(),
  guild_id: guild_id(),
  id: id()
}