interface BotGetTimelineOptions

extends BaseBotGetMethodOptions

Options for the Bot#getTimeline 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 posts to fetch (up to 100, inclusive).

Default: 100

cursor?: string

The offset at which to start fetching posts.