View Source Nostrum.Struct.Message.Reference (Nostrum v0.6.1)
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
Specs
channel_id() :: Nostrum.Struct.Channel.id()
Id of the originating message's channel
Specs
guild_id() :: Nostrum.Struct.Guild.id()
Id of the originating message's guild
Specs
message_id() :: Nostrum.Struct.Message.id()
Id of the originating message
Specs
t() :: %Nostrum.Struct.Message.Reference{ channel_id: channel_id(), guild_id: guild_id(), message_id: message_id() }