Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 779 Bytes

File metadata and controls

13 lines (9 loc) · 779 Bytes

SendChatMessageRequest

Send chat message request

Properties

Name Type Description Notes
txid int Order ID
type int Message type: `0` text; `1` file (image or video); defaults to `0`. [optional]
message str 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

[Back to Model list] [Back to API list] [Back to README]