Skip to content

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?

optional create_time_ms?: number

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


file_item?

optional file_item?: FileItem

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


image_item?

optional image_item?: ImageItem

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


is_completed?

optional is_completed?: boolean

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


msg_id?

optional msg_id?: string

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


ref_msg?

optional ref_msg?: RefMessage

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


text_item?

optional text_item?: TextItem

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


type?

optional type?: MessageItemType

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


update_time_ms?

optional update_time_ms?: number

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


video_item?

optional video_item?: VideoItem

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


voice_item?

optional voice_item?: VoiceItem

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

Released under the MIT License.