

If it exists there is a thread attached to it. Threads can be identified in the messages for each channel by checking for the threads_ts property in the message. Those have to be retrieved additionaly with one call to conversations.replies for every thread you want to retrieve messages for. Note that the conversations.history endpoint will not return thread messages.


