Chia sẻ danh bạ trong hội thoại cá nhân

  1. Body

NameTypeDescription

service

message

method

sendContact

data

{
    "method": "sendContact",
    "service": "message",
    "companyCode": "esbt",
    "data": {
        "accountId": "39456257143545255",
        "toId": "1598980502599776027",
        "friendId": "161340493773024790"
    }
}

  1. Response

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

Last updated