Packages

A Gleam library for building Discord webhook payloads safely.

Current section

Files

Jump to
kitazith include kitazith@embed_EmbedFooter.hrl
Raw

include/kitazith@embed_EmbedFooter.hrl

-record(embed_footer, {
text :: binary(),
icon_url :: gleam@option:option(binary())
}).