SlackBaseBlock#
- pydantic model safir.slack.blockkit.SlackBaseBlock#
Base class for any Slack Block Kit block.
- Parameters:
data (
Any
) –
Show JSON schema
{ "title": "SlackBaseBlock", "description": "Base class for any Slack Block Kit block.", "type": "object", "properties": {} }
- abstract to_slack()#
Convert to a Slack Block Kit block.
- Returns:
A Slack Block Kit block suitable for including in the
fields
ortext
section of ablocks
element.- Return type: