Skip to content

weixin-ts / bot/src / MessageType

Variable: MessageType

const MessageType: object

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

Message sender type

Type Declaration

BOT

readonly BOT: 2 = 2

NONE

readonly NONE: 0 = 0

USER

readonly USER: 1 = 1

Released under the MIT License.