slack-rs-api
slack-rs-api copied to clipboard
Add blocks support
Slack introduced the new blocks API and deprecated attachments in early 2019.
Add a blocks
field to slack_api::chat::PostMessageRequest
, and pass it to chat.postMessage.
Any news on that? Currently if I want to format my message in any-but-the-basic way, I can't.
I would have submitted a PR but the instructions in CONTRIBUTING.md
are not that clear. Is it possible to get some support with this?