Packages

A Gleam library for building Discord webhook payloads safely.

Current section

Files

Jump to
kitazith include kitazith@embed_EmbedAuthor.hrl
Raw

include/kitazith@embed_EmbedAuthor.hrl

-record(embed_author, {
name :: binary(),
url :: gleam@option:option(binary()),
icon_url :: gleam@option:option(binary())
}).