optns https://w1.nandbox.net/get-chat
Use this method to get Group or Channel information. On success, Chat is returned.
Field | Type | Required | Description |
---|---|---|---|
method | String | Yes | "getChat" |
chat_id | String | Yes | Unique identifier for Group or Channel. |
Response
Use this method to get Group or Channel information. On success, Chat is returned.
Field | Type | Required | Description |
---|---|---|---|
method | String | Yes | "getChat" |
chat_id | String | Yes | Unique identifier for Group or Channel. |
xxxxxxxxxx
10curl --request OPTIONS \
--url https://w1.nandbox.net/get-chat \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"method": "getChat",
"chat_id": "4522291356145774"
}
'