For the complete documentation index, see llms.txt. This page is also available as Markdown.

Trả lời tin nhắn văn bản nhóm

  1. Body

Name
Type
Description

service

message

method

replyGroupMessage

data

{
    "method": "replyGroupMessage",
    "service": "message",
    "data": {
        "accountId": "39456257143545255",
        "toId": "7070722571989963531",
        "message": "Nội dung tin nhắn trả lời",
        "ownerId": "1598980502599776027",
        "replyMsgId": "5836003359784",
        "replyMsgClientId": "1726471574677",
        "replyMsgTs": "1726471574710",
        "replyMsg": "Nội dung tin nhắn được trả lời"
    }
}

ownerId: sender id of replyMsg

  1. Response

{
    "data": {
        "error_message": "Successful.",
        "data": {
            "msgId": 5839487931463
        },
        "error_code": 0
    },
    "status": "success"
}

Last updated