-
-
Notifications
You must be signed in to change notification settings - Fork 4
TGGetChatDescription
__SyS__ edited this page Jan 21, 2019
·
1 revision
-
Description
Function to get description of a chat
-
Parameters
-
Returns
- On success -
1
- On failure -
0
- On success -
-
Example
new TGBot:bot = TGConnect("your_bot_token_here"); new TGChatId:chatid[] = "-1001445898764"; new description[132]; TGGetChatDescription(g_bot,chatid,description);