Packages

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

Current section

Files

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

include/glyph@models@discord_MessageReference.hrl

-record(message_reference, {
message_id :: gleam@option:option(binary()),
channel_id :: gleam@option:option(binary()),
guild_id :: gleam@option:option(binary()),
fail_if_not_exists :: gleam@option:option(boolean())
}).