interface BotGetConversationMessagesOptions

Options for the Bot#getConversationMessages method.

Properties

limit?: number

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

Default: 100

cursor?: string

The offset at which to start fetching messages.