interface BotListConversationsOptions

extends BaseBotGetMethodOptions

Options for the Bot#listConversations method.

Properties

skipCache?: boolean

Whether to skip checking the cache.

Default: false

noCacheResponse?: boolean

Whether to skip caching the response.

Default: false

limit?: number

The maximum number of conversations to fetch (up to 100, inclusive).

Default: 100

cursor?: string

The offset at which to start fetching conversations.