weixin-ts / bot/src / ImageItem
Interface: ImageItem
Defined in: bot/src/types.ts:84
Properties
aeskey?
optionalaeskey?:string
Defined in: bot/src/types.ts:90
Raw AES-128 key as hex string (16 bytes)
hd_size?
optionalhd_size?:number
Defined in: bot/src/types.ts:96
media?
optionalmedia?:CDNMedia
Defined in: bot/src/types.ts:86
Original image CDN reference
mid_size?
optionalmid_size?:number
Defined in: bot/src/types.ts:92
thumb_height?
optionalthumb_height?:number
Defined in: bot/src/types.ts:94
thumb_media?
optionalthumb_media?:CDNMedia
Defined in: bot/src/types.ts:88
Thumbnail CDN reference
thumb_size?
optionalthumb_size?:number
Defined in: bot/src/types.ts:93
thumb_width?
optionalthumb_width?:number
Defined in: bot/src/types.ts:95
url?
optionalurl?:string
Defined in: bot/src/types.ts:91