mirror of
https://github.com/Sysbot-org/tgscraper.git
synced 2024-11-26 21:46:47 +01:00
commit
ee8f6009ff
@ -8,7 +8,6 @@ class Generator
|
||||
{
|
||||
|
||||
private const EMPTY_FIELDS = [
|
||||
'deleteWebhook',
|
||||
'getWebhookInfo',
|
||||
'getMe',
|
||||
'InputFile',
|
||||
@ -16,7 +15,10 @@ class Generator
|
||||
'InlineQueryResult',
|
||||
'InputMessageContent',
|
||||
'PassportElementError',
|
||||
'CallbackGame'
|
||||
'CallbackGame',
|
||||
'getMyCommands',
|
||||
'logOut',
|
||||
'close'
|
||||
];
|
||||
|
||||
private const BOOL_RETURNS = [
|
||||
@ -262,4 +264,4 @@ class Generator
|
||||
return json_encode($scheme, $options);
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user