interface BaseBotGetMethodOptions

Base options for any Bot method that fetches data.

Properties

skipCache?: boolean

Whether to skip checking the cache.

Default: false

noCacheResponse?: boolean

Whether to skip caching the response.

Default: false