View Source Nostrum.Struct.Message.Reference (Nostrum v0.8.0)
Struct representing a discord message reference.
Link to this section Summary
Types
Id of the originating message's channel
Id of the originating message's guild
Id of the originating message
Link to this section Types
@type channel_id() :: Nostrum.Struct.Channel.id()
Id of the originating message's channel
@type guild_id() :: Nostrum.Struct.Guild.id()
Id of the originating message's guild
@type message_id() :: Nostrum.Struct.Message.id()
Id of the originating message
@type t() :: %Nostrum.Struct.Message.Reference{ channel_id: channel_id(), guild_id: guild_id(), message_id: message_id() }