I've updated this to include the message context when the incoming message is a reply. This means that the message ID of the message being replied-to is included, which is very helpful (otherwise there is no way to correlate a specific message).
In my application, I send a series of messages to the user, and save the corresponding message ID after sending. When the user replies to a specific message, I am able to reference the correlated ID and my application can then handle that in context.
I've updated this to include the message context when the incoming message is a reply. This means that the message ID of the message being replied-to is included, which is very helpful (otherwise there is no way to correlate a specific message).
In my application, I send a series of messages to the user, and save the corresponding message ID after sending. When the user replies to a specific message, I am able to reference the correlated ID and my application can then handle that in context.