interface BotGetPostOptions

extends BaseBotGetMethodOptions

Options for the Bot#getPost method.

Properties

skipCache?: boolean

Whether to skip checking the cache.

Default: false

noCacheResponse?: boolean

Whether to skip caching the response.

Default: false

parentHeight?: number

How many levels of parent posts to fetch.

Default: 1

depth?: number

How many levels of child posts to fetch.

Default: 1