interface BotGetUserStarterPacksOptions

extends Omit<BaseBotGetMethodOptions, "skipCache">

Options for the Bot#getUserStarterPacks method.

Properties

noCacheResponse?: boolean

Whether to skip caching the response.

Default: false

limit?: number

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

Default: 100

cursor?: string

The offset at which to start fetching starter packs.