weixin-ts / bot/src / MessageItem
Interface: MessageItem
Defined in: bot/src/types.ts:139
A single content item within a message
Properties
create_time_ms?
optionalcreate_time_ms?:number
Defined in: bot/src/types.ts:141
file_item?
optionalfile_item?:FileItem
Defined in: bot/src/types.ts:149
image_item?
optionalimage_item?:ImageItem
Defined in: bot/src/types.ts:147
is_completed?
optionalis_completed?:boolean
Defined in: bot/src/types.ts:143
msg_id?
optionalmsg_id?:string
Defined in: bot/src/types.ts:144
ref_msg?
optionalref_msg?:RefMessage
Defined in: bot/src/types.ts:145
text_item?
optionaltext_item?:TextItem
Defined in: bot/src/types.ts:146
type?
optionaltype?:MessageItemType
Defined in: bot/src/types.ts:140
update_time_ms?
optionalupdate_time_ms?:number
Defined in: bot/src/types.ts:142
video_item?
optionalvideo_item?:VideoItem
Defined in: bot/src/types.ts:150
voice_item?
optionalvoice_item?:VoiceItem
Defined in: bot/src/types.ts:148