HubSpot / slack-client

An asynchronous HTTP client for Slack's web API
Apache License 2.0
114 stars 53 forks source link

Add `thread_ts` field to bot messages #245

Closed slayton closed 3 years ago

slayton commented 3 years ago

Checking for an optional thread timestamp is how you verify if a message was posted in a thread or not. Without this you cannot disambiguate top level bot messages from threaded bot messages

@szabowexler