ReshmaUmapathy
ReshmaUmapathy
Hi, NO, not using chat_postMessage... using client.say method to post it in slack channel. Issue is not happening when message is sent to slack channel from my app... facing this...
This is the response i got when i posted a command in slack channel: {"ok":true,"channel":"channel_id","ts":"1607755792.000700","message":{"client_msg_id":"client_id","type":"message","text":" create ticket","user":"user_id","ts":"1607755792.000700","team":"team_id","blocks":[{"type":"rich_text","block_id":"tDr","elements":[{"type":"rich_text_section","elements":[{"type":"user","user_id":"user_id"},{"type":"text","text":" create ticket"}]}]}],"thread_ts":"1604574561.000500"}} Here, thread_ts and ts are different... is it because of that?...