For queues the bot reads from, the checkpoint is the event ID in a given queue that the bot is known to have last read from. For queues the bot writes to, this is the event ID of the last position written to in that queue.
Read checkpoints where the key is the queue and the value is the checkpoint data
Write checkpoints where the key is the queue and the value is the checkpoint data
Generated using TypeDoc
For queues the bot reads from, the checkpoint is the event ID in a given queue that the bot is known to have last read from. For queues the bot writes to, this is the event ID of the last position written to in that queue.