View Source Nostrum.Struct.Message.Reference (Nostrum v0.9.1)

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

@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()
}