Trả lời tin nhắn văn bản cá nhân

  1. Body

NameTypeDescription

service

message

method

replyMessage

data

{
    "method": "replyMessage",
    "service": "message",
    "companyCode": "esbt",
    "data": {
        "accountId": "39456257143545255",
        "toId": "1598980502599776027",
        "message": "Nội dung tin nhắn trả lời",
        "ownerId": "1598980502599776027",
        "replyMsgId": "5835962740079",
        "replyMsgClientId": "1726470869914",
        "replyMsgTs": "1726470870231",
        "replyMsg": "Nội dung tin nhắn được trả lời"
    }
}

ownerId: sender id of replyMsg

  1. Response

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

Last updated