getChat
Return to available methods list
Description:
Returns all available informations about specified Chat ID.
Parameters:
| Name | Required | Type |
|---|---|---|
| chat_id | Yes | int OR string |
Usage:
getChat($chat_id);
Example:
getChat(123456789);
Or, if Chat is a supergroup or a channel:
getChat("@channelusername");