Properties
pollingInterval?: number
The interval in seconds at which the bot will poll the notifications endpoint. Only used if
is EventStrategy.Polling.strategy
5
processFrom?: Date
The Date to begin processing notifications from. Only used if
is EventStrategy.Polling.strategy
new Date()
firehoseOptions?: FirehoseOptions
Options to pass to the Firehose constructor. Only used if
is EventStrategy.Firehose.
Prefer to use the EventStrategy.Jetstream strategy instead.strategy
jetstreamOptions?: JetstreamOptions<Collection>
Options to pass to the Jetstream constructor. Only used if
is EventStrategy.Jetstream.strategy