Current section
Files
Jump to
Current section
Files
include/glyph@models@discord_Message.hrl
-record(message, {
id :: binary(),
channel_id :: binary(),
author :: glyph@models@discord:user(),
content :: binary(),
tts :: boolean(),
mention_everyone :: boolean(),
pinned :: boolean(),
message_type :: integer()
}).