Hi All,
I got all (old and new) messages from getMessage of API.
How can I retrieve only recent messages without old ones?
Thanks,
Hi, There is no getMessage function in the API, just a way to retrieve notifications.
And by increasing the sequence value:
"seq integer The starting sequence number to fetch notifications from. The messenger counter begins at value 0."
You will be able to retrieve only new messages.
Hope it helps
Cheers,
Thomas