Skip to content

weixin-ts / bot/src / GetConfigResp

Interface: GetConfigResp

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

getConfig response payload

Properties

errmsg?

optional errmsg?: string

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


ret?

optional ret?: number

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


typing_ticket?

optional typing_ticket?: string

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

Base64-encoded typing ticket for sendTyping

Released under the MIT License.