Merge pull request #1 from davtur19/master

Update Bot API 5.0
This commit is contained in:
Sys-001 2020-11-07 19:20:53 +01:00 committed by GitHub
commit ee8f6009ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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);
}
}
}