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

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

  1. Body

Name
Type
Description

service

message

method

sendContact

data

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

  1. Response

{
    "data": {
        "error_message": "Successful.",
        "data": {
            "msgId": 5839447459907
        },
        "error_code": 0
    },
    "status": "success"
}
{
    "status": "error",
    "error": {
        "message": "Something wrong was happened.",
        "code": null,
        "prms": null
    }
}

Last updated