I am trying to build an app that syncs a forum with slack. Posting on either site will reflect on the site, but I need the ID of messages in Slack. The Slack Documentation says that
the
text
property is the text spoken, andts
is the unique (per-channel) timestamp.
Does this mean that the ts
field is effectively the ID for that channel?