-
-
Notifications
You must be signed in to change notification settings - Fork 5
TGCacheGetChatType
__SyS__ edited this page Jan 21, 2019
·
3 revisions
-
Description
Function to get type of chat in which an update occured,from active cache.
-
Parameters
-
str[]
- array to store chat type -
size
- size of title
-
-
Returns
- On success -
1
- On failure -
0
- On success -
-
Example
public OnTGMessage(TGBot:bot,TGUser:fromid,TGMessage:messageid) { new chattype[34]; TGCacheGetChatType(chattype); }
-
Notes
-
This function is only usable in callbacks.
-
Type of chat can be either be “private”, “group”, “supergroup” or “channel”
-