pyslackers / slack-sansio

Python (a)sync Slack API library
MIT License
37 stars 8 forks source link

Add support for block-type slack actions #53

Closed AllenAnthes closed 5 years ago

AllenAnthes commented 5 years ago

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.

coveralls commented 5 years ago

Coverage Status

Coverage increased (+0.2%) to 91.996% when pulling 2f076fafe745be22c0d8ccae5453e7f66e2bf893 on AllenAnthes:add-block-support into c1ef7564ddb89ec4f62f694a8f61b69e798ebefd on pyslackers:master.

ovv commented 5 years ago

Thanks :+1: