Hi,
When I send message using SendMsgWithUserContext, I received a return value that is in "string" type. That value is "10011000000012466480". this value is saved in my db and that value would be my unique identifier for that message.
But when my server received a reply from that recipient, the msgid parameter is not the same with "10011000000012466480", instead its value is "50011000000001264009". usercontext, message, and from parameters is OK.
I am expecting that this two values are the same to properly track which specific sent message this reply for.
My question is how can i track which specific message this reply is for? (aside from the usercontext I provided and the sender's number[from]).
Regards,