interface BotGetUserLikesOptions

extends Omit<BaseBotGetMethodOptions, "skipCache">

Options for the Bot#getUserLikes method.

Properties

noCacheResponse?: boolean

Whether to skip caching the response.

Default: false

limit?: number

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

Default: 100

cursor?: string

The offset at which to start fetching posts.