Packages

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

Current section

Files

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

include/glyph@models@discord_EmbedField.hrl

-record(embed_field, {
name :: binary(),
value :: binary(),
inline :: gleam@option:option(boolean())
}).