Chuyển tiếp tin nhắn

  1. Body

NameTypeDescription

service

message

method

forwardMessage

data

{
    "method": "forwardMessage",
    "service": "message",
    "data": {
        "accountId": "39456257143545255",
        "message": "xin chao",
        "msgType": "webchat",
        "toIds": ["1598980502599776027"],
        "toGroupIds": ["7070722571989963531"]
    }
}

ownerId: sender id of replyMsg

  1. Response

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

Last updated