CachedBotState interface

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

属性

hash

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

state

状态值的字典。

属性详细信息

hash

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

hash: string

属性值

string

state

状态值的字典。

state: [key: string]: any

属性值

[key: string]: any