Skip to content

Interface: GetMeOptions

Properties

forced?

optional forced: boolean

是否不使用缓存,而强制重新获取机器人信息。

Default

ts
false

Defined in

src/bot-options.ts:16


writeToCache?

optional writeToCache: "copy" | "no" | "assign"

更新缓存的策略。

no: 不更新缓存。 assign: 直接赋值。 copy: 深拷贝后赋值。

如果选择 assign,修改返回值会导致缓存被一同修改。

Default

ts
'copy'

Defined in

src/bot-options.ts:27

Released under the MIT License.