slack-rs / slack-rs-api

Rust interface for the Slack Web API
Apache License 2.0
110 stars 67 forks source link

thread_ts missing #45

Closed dten closed 7 years ago

dten commented 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).

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?

dten commented 7 years ago

fixed by #50