Packages

Minimal Gleam client for posting data to a Slack incoming Webhook

Current section

Files

Jump to
slack_webhook_client include slack_webhook_client@schema_SlackMessage.hrl
Raw

include/slack_webhook_client@schema_SlackMessage.hrl

-record(slack_message, {
blocks :: gleam@option:option(list(slack_webhook_client@schema:block())),
text :: gleam@option:option(binary())
}).