Inumedia / SlackAPI

.NET Implementation of the Slack team communication platform API.
MIT License
451 stars 243 forks source link

Added broadcast_reply feature #312

Closed liam-mackie closed 1 year ago

liam-mackie commented 1 year ago

This PR adds reply_broadcast to PostMessage, PostEphemeralMessage and ScheduleMessage. It also adds thread_ts to allow for threading on Ephemeral messages, which seems to have been started but never finished.

reply_broadcast will post to the parent channel/message, similar to the functionality of the "also send to channel" tickbox. CleanShot 2023-01-09 at 15 18 27@2x