Nostrum.Struct.Message.Reference (nostrum v0.11.0-dev)
View SourceStruct representing a discord message reference.
Summary
Types
Id of the originating message's channel
Id of the originating message's guild
Id of the originating message
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() }