Module Documentation

Modules in this project are based on the Slack Block kit . Pretty much all classes (save the utility modules) have a one-to-one relationship with components of the block kit.

All documentation is replicated from Slack’s block kit home page. Please visit their documentation for all the most recent updates for all versions following this documentation release.

Note

btype is synonymous with Slack’s type. Since type is a reserved keyword in Python, btype is used in its place in all block component modules. Once the block is rendered, this is replaced with the correct type component in the rendered dict.