Packages

A Gleam library for building Discord webhook payloads safely.

Current section

Files

Jump to
kitazith include kitazith@embed_EmbedField.hrl
Raw

include/kitazith@embed_EmbedField.hrl

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