Open Alansyf opened 1 year ago
@Alansyf: Is that possible that I can get the "parentMessageId", so next time in my code, I can have my logic, i can do "reply" the same message thread, rather than create a new message.
Unfortunately, I'm not aware of a way to make this work.
The current implementation uses a webhook to deliver a message. While the remote endpoint accepts the message and confirms receipt, it doesn't provide a message ID in the response.
This said, if you come across a way to perform the action that we can implement in this library I'm interested in adding it.
Hi,
I'm interested too. I just read the documentation quickly.
With send chatmessage we can get the id of the message and send reply by using the id of the chat message.
Hi
I am using below sample code and it will work.
Is that possible that I can get the "parentMessageId", so next time in my code, I can have my logic, i can do "reply" the same message thread, rather than create a new message.