Skip to content

weixin-ts / bot/src / ImageItem

Interface: ImageItem

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

Properties

aeskey?

optional aeskey?: string

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

Raw AES-128 key as hex string (16 bytes)


hd_size?

optional hd_size?: number

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


media?

optional media?: CDNMedia

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

Original image CDN reference


mid_size?

optional mid_size?: number

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


thumb_height?

optional thumb_height?: number

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


thumb_media?

optional thumb_media?: CDNMedia

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

Thumbnail CDN reference


thumb_size?

optional thumb_size?: number

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


thumb_width?

optional thumb_width?: number

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


url?

optional url?: string

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

Released under the MIT License.