CachedBotState interface

实例 BotState 缓存在上下文对象外的状态信息。

属性

hash

最后一个已知状态值的哈希。 这用于执行更改检测。

state

状态值的字典。

属性详细信息

hash

最后一个已知状态值的哈希。 这用于执行更改检测。

hash: string

属性值

string

state

状态值的字典。

state: [key: string]: any

属性值

[key: string]: any