interface BotGetUserPostsOptions

extends Omit<BaseBotGetMethodOptions, "skipCache">

Options for the Bot#getUserPosts 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.

filter?: GetUserPostsFilter

Post type to include in the response.

Default: GetUserPostsFilter.PostsWithReplies