Skip to content

weixin-ts / bot/src / TypingStatus

Variable: TypingStatus

const TypingStatus: object

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

Typing indicator status

Type Declaration

CANCEL

readonly CANCEL: 2 = 2

TYPING

readonly TYPING: 1 = 1

Released under the MIT License.