Nostrum.Struct.Message.Reference (nostrum v0.11.0-dev)

View Source

Struct 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

t()

Types

channel_id()

@type channel_id() :: Nostrum.Struct.Channel.id()

Id of the originating message's channel

guild_id()

@type guild_id() :: Nostrum.Struct.Guild.id()

Id of the originating message's guild

message_id()

@type message_id() :: Nostrum.Struct.Message.id()

Id of the originating message

t()

@type t() :: %Nostrum.Struct.Message.Reference{
  channel_id: channel_id(),
  guild_id: guild_id(),
  message_id: message_id()
}