Options
All
  • Public
  • Public/Protected
  • All
Menu
brief

File elements

param file_elem_file_path

file_elem_file_path: Read/Write (required). File path (including file name).

param file_elem_file_name

file_elem_file_name: Read/Write (required). Display file name. If this parameter is not specified, the value of eName is the file name in the file path specified by FileElemFilePath.

param file_elem_file_size

file_elem_file_size: Read/Write (required). File size.

param file_elem_file_id

file_elem_file_id: Read-only. Video UUID used during download.

param file_elem_business_id

file_elem_business_id: Read-only. businessID used during download.

param file_elem_download_flag

file_elem_download_flag: Read-only. File download flag.

param file_elem_url

file_elem_url: Read-only. Download URL.

param file_elem_task_id

file_elem_task_id: Read-only. Task ID. Disused.

note

Note:

You can use a message custom field to specify whether a voice message is played. For example, you can set the valid values of the field to 0 (played) and 1 (not played) and configure the field value to change to 1 when a user taps Play. Only one voice element can be added to a message. When multiple voice elements are added to a message, sending the message may fail.

Hierarchy

  • FileElem

Index

Properties

file_elem_business_id

file_elem_business_id: number

file_elem_download_flag

file_elem_download_flag: number

file_elem_file_id

file_elem_file_id: string

file_elem_file_name

file_elem_file_name: string

file_elem_file_path

file_elem_file_path: string

file_elem_file_size

file_elem_file_size: number

file_elem_task_id

file_elem_task_id: number

file_elem_url

file_elem_url: string

Generated using TypeDoc