Skip to content

weixin-ts / bot/src / VideoItem

Interface: VideoItem

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

Properties

media?

optional media?: CDNMedia

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


play_length?

optional play_length?: number

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


thumb_height?

optional thumb_height?: number

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


thumb_media?

optional thumb_media?: CDNMedia

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


thumb_size?

optional thumb_size?: number

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


thumb_width?

optional thumb_width?: number

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


video_md5?

optional video_md5?: string

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


video_size?

optional video_size?: number

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

Released under the MIT License.