-
-
Notifications
You must be signed in to change notification settings - Fork 5
TGGetChatTitle
__SyS__ edited this page Jan 21, 2019
·
2 revisions
-
Description
Function to get title 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 title[132]; TGGetChatTitle(g_bot,chatid,title);