os / slacker

Full-featured Python interface for the Slack API
Apache License 2.0
1.6k stars 245 forks source link

Thread broadcasting #113

Closed raveious closed 4 years ago

raveious commented 7 years ago

When posting using chat.post_message, you can set the "thread_ts" field to create a thread. There is another ability to post the message back into the channel by setting the reply_broadcast field to true.

https://api.slack.com/docs/message-threading

jonathanchan commented 4 years ago

should this be mark closed now? reply_broadcast is part of chat.post_message.

https://github.com/os/slacker/blob/master/slacker/__init__.py#L491

raveious commented 4 years ago

It wasn't implemented at the time.