weixin-ts / bot/src / WeixinMessage
Interface: WeixinMessage
Defined in: bot/src/types.ts:154
A complete Weixin message (proto: WeixinMessage)
Properties
client_id?
optionalclient_id?:string
Defined in: bot/src/types.ts:159
context_token?
optionalcontext_token?:string
Defined in: bot/src/types.ts:168
create_time_ms?
optionalcreate_time_ms?:number
Defined in: bot/src/types.ts:160
delete_time_ms?
optionaldelete_time_ms?:number
Defined in: bot/src/types.ts:162
from_user_id?
optionalfrom_user_id?:string
Defined in: bot/src/types.ts:157
group_id?
optionalgroup_id?:string
Defined in: bot/src/types.ts:164
item_list?
optionalitem_list?:MessageItem[]
Defined in: bot/src/types.ts:167
message_id?
optionalmessage_id?:number
Defined in: bot/src/types.ts:156
message_state?
optionalmessage_state?:MessageState
Defined in: bot/src/types.ts:166
message_type?
optionalmessage_type?:MessageType
Defined in: bot/src/types.ts:165
seq?
optionalseq?:number
Defined in: bot/src/types.ts:155
session_id?
optionalsession_id?:string
Defined in: bot/src/types.ts:163
to_user_id?
optionalto_user_id?:string
Defined in: bot/src/types.ts:158
update_time_ms?
optionalupdate_time_ms?:number
Defined in: bot/src/types.ts:161