This repository was archived by the owner on Feb 8, 2020. It is now read-only.

Description
Overview
- What project is this issue for?: broid-slack
- Is this a bug, security, feature request, or feedback: feature
Details
Broid-Slack is awesome, but I can not do advance things with broid-slack.
For example, I can not send custom attachment with below format:
{
"text": "I am a test message http://slack.com",
"attachments": [
{
"text": "And here’s an attachment!"
}
]
}
reference: https://api.slack.com/docs/messages/builder
do you have any plan to support message formatting?