SubscribeModEventsQueryParams

data class SubscribeModEventsQueryParams(val cursor: String? = null)

Parameters

cursor

The last known event seq number to backfill from. Use '2222222222222' to backfill from the beginning. Don't specify a cursor to listen only for new events.

Constructors

Link copied to clipboard
constructor(cursor: String? = null)

Properties

Link copied to clipboard

The last known event seq number to backfill from. Use '2222222222222' to backfill from the beginning. Don't specify a cursor to listen only for new events.

Functions

Link copied to clipboard