Current section
Files
Jump to
Current section
Files
include/discord_gleam@ws@packets@message_MessagePacketData.hrl
-record(message_packet_data, {
content :: binary(),
id :: binary(),
guild_id :: gleam@option:option(binary()),
channel_id :: binary(),
author :: discord_gleam@ws@packets@message:message_author()
}).