Skip to content

weixin-ts / bot/src / WeixinMessage

Interface: WeixinMessage

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

A complete Weixin message (proto: WeixinMessage)

Properties

client_id?

optional client_id?: string

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


context_token?

optional context_token?: string

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


create_time_ms?

optional create_time_ms?: number

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


delete_time_ms?

optional delete_time_ms?: number

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


from_user_id?

optional from_user_id?: string

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


group_id?

optional group_id?: string

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


item_list?

optional item_list?: MessageItem[]

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


message_id?

optional message_id?: number

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


message_state?

optional message_state?: MessageState

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


message_type?

optional message_type?: MessageType

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


seq?

optional seq?: number

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


session_id?

optional session_id?: string

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


to_user_id?

optional to_user_id?: string

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


update_time_ms?

optional update_time_ms?: number

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

Released under the MIT License.