Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 715 Bytes

File metadata and controls

20 lines (13 loc) · 715 Bytes

SendChatMessageRequest

Send chat message request

Properties

Name Type Description Notes
txid Integer Order ID
type TypeEnum Message type: `0` text; `1` file (image or video); defaults to `0`. [optional]
message String Message content. When type=0, pass text up to 500 characters, which goes through off-platform traffic diversion risk control; when hit, the response contains risk_type=1 and toast_msg. When type=1, pass the file_key returned by upload_chat_file

Enum: TypeEnum

Name Value
NUMBER_0 0
NUMBER_1 1