Skip to content

weixin-ts / bot/src / MessageState

Variable: MessageState

const MessageState: object

Defined in: bot/src/types.ts:36

Message generation state

Type Declaration

FINISH

readonly FINISH: 2 = 2

GENERATING

readonly GENERATING: 1 = 1

NEW

readonly NEW: 0 = 0

Released under the MIT License.