Packages

A purely Gleam Discord library built from the ground up with stratus.

Current section

Files

Jump to
glyph include glyph@models@discord_Message.hrl
Raw

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