Packages

A simple Gleam library for sending Discord webhook.

Current section

Files

Jump to
discord_webhook include discord_webhook_Message.hrl
Raw

include/discord_webhook_Message.hrl

-record(message, {
content :: list(binary()),
embeds :: list(discord_webhook:embed())
}).