Current section
Files
Jump to
Current section
Files
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())
}).