Skip to content

weixin-ts / bot/src / GetUploadUrlResp

Interface: GetUploadUrlResp

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

getUploadUrl response payload

Properties

thumb_upload_param?

optional thumb_upload_param?: string

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

Upload parameter for thumbnail (empty if no thumbnail)


upload_full_url?

optional upload_full_url?: string

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

Full upload URL (server-provided, no client assembly needed)


upload_param?

optional upload_param?: string

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

Upload parameter for original file

Released under the MIT License.