Closed dten closed 7 years ago
Hey I missed it some how in the update. thread_ts is missing from almost all Messagetypes (the only one that has it appears to be MessageReplied).
thread_ts
Message
MessageReplied
https://api.slack.com/docs/message-threading doesn't state when you will get one, but it's basically anything that can happen in a thread.
Do you have a good way to detect where they belong?
fixed by #50
Hey I missed it some how in the update.
thread_ts
is missing from almost allMessage
types (the only one that has it appears to beMessageReplied
).https://api.slack.com/docs/message-threading doesn't state when you will get one, but it's basically anything that can happen in a thread.
Do you have a good way to detect where they belong?