Adds support for Slack's new Block-based interactive messages.
Additionally, created specific registration methods for each type of action (interactive_message, dialog_submission, and block_actions) with the relevant parameter names and documentation which internally call the base register method.
Coverage increased (+0.2%) to 91.996% when pulling 2f076fafe745be22c0d8ccae5453e7f66e2bf893 on AllenAnthes:add-block-support into c1ef7564ddb89ec4f62f694a8f61b69e798ebefd on pyslackers:master.
Adds support for Slack's new Block-based interactive messages.
Additionally, created specific registration methods for each type of action (
interactive_message
,dialog_submission
, andblock_actions
) with the relevant parameter names and documentation which internally call the baseregister
method.