Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 805 Bytes

File metadata and controls

16 lines (11 loc) · 805 Bytes

Io.Gate.GateApi.Model.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 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

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