Skip to content

weixin-ts / bot/src / SendTypingReq

Interface: SendTypingReq

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

sendTyping request payload

Properties

optional ilink_user_id?: string

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


status?

optional status?: TypingStatus

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

1 = typing (default), 2 = cancel typing


typing_ticket?

optional typing_ticket?: string

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

Released under the MIT License.