SlackBaseBlock#
- class safir.slack.blockkit.SlackBaseBlock(**data)#
Bases:
BaseModel
Base class for any Slack Block Kit block.
- Parameters:
data (
Any
) –
Attributes Summary
Maximum length of formatted output, imposed by Slack.
Methods Summary
to_slack
()Convert to a Slack Block Kit block.
Attributes Documentation
-
max_formatted_length:
ClassVar
[int
] = 3000# Maximum length of formatted output, imposed by Slack.
Intended to be overridden by child classes that need to impose different maximum lengths.
Methods Documentation