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.
See also: EventStrategy.JetstreamjetstreamOptions?: JetstreamOptions<Collection>
Options to pass to the Jetstream constructor. Only used if
is EventStrategy.Jetstream.strategy