Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Checkpoints

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.

Hierarchy

  • Checkpoints

Index

Properties

Properties

read: {}

Read checkpoints where the key is the queue and the value is the checkpoint data

Type declaration

write: {}

Write checkpoints where the key is the queue and the value is the checkpoint data

Type declaration

Generated using TypeDoc