Cursor for pagination through WhatsApp Evolution messages.
Used to track the last processed message position to enable resuming imports from where they left off. The cursor is stored per chat and updated after each batch is processed.
const cursor: ChatCursor = { last_ts_seconds: 1701111559, last_message_id: "wamid.HBgMNTUzMTk1NTAwODg4FQIAEhgWM0VCMEMwRERGRkMwOEVDNjZFRjEyMQA="}; Copy
const cursor: ChatCursor = { last_ts_seconds: 1701111559, last_message_id: "wamid.HBgMNTUzMTk1NTAwODg4FQIAEhgWM0VCMEMwRERGRkMwOEVDNjZFRjEyMQA="};
Unix timestamp in seconds of the last processed message
WhatsApp message ID of the last processed message
Cursor for pagination through WhatsApp Evolution messages.
Used to track the last processed message position to enable resuming imports from where they left off. The cursor is stored per chat and updated after each batch is processed.
Example