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_TextObject.hrl
Raw

include/slack_webhook_client@schema_TextObject.hrl

-record(text_object, {
text :: gleam@option:option(binary()),
type_ :: gleam@option:option(binary())
}).