slack-rs / slack-rs-api

Rust interface for the Slack Web API
Apache License 2.0
109 stars 66 forks source link

Add blocks support #76

Open calder opened 5 years ago

calder commented 5 years ago

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.

oren0e commented 2 years ago

Any news on that? Currently if I want to format my message in any-but-the-basic way, I can't.

oren0e commented 2 years ago

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?