optns https://w1.nandbox.net/set-chat
Use this method to set Chat Group or Channel information. On success, chat is returned.
Field | Type | Required | Description |
---|---|---|---|
method | String | Yes | "setChat" |
chat | Chat | Yes | Unique identifier for Group or Channel. |
Response
Use this method to set Chat Group or Channel information. On success, chat is returned.
Field | Type | Required | Description |
---|---|---|---|
method | String | Yes | "setChat" |
chat | Chat | Yes | Unique identifier for Group or Channel. |
xxxxxxxxxx
16curl --request OPTIONS \
--url https://w1.nandbox.net/set-chat \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"method": "setChat",
"chat": {
"id": "4785414566712341",
"name": "Harley",
"photo": {
"id": "8d7773be34db78.jpg"
}
}
}
'