We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
blocks
slack_api::chat::PostMessageRequest
The text was updated successfully, but these errors were encountered:
Any news on that? Currently if I want to format my message in any-but-the-basic way, I can't.
Sorry, something went wrong.
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?
CONTRIBUTING.md
No branches or pull requests
Slack introduced the new blocks API and deprecated attachments in early 2019.
Add a
blocks
field toslack_api::chat::PostMessageRequest
, and pass it to chat.postMessage.The text was updated successfully, but these errors were encountered: