Update Bot API 5.0

This commit is contained in:
davtur19 2020-11-06 15:28:59 +01:00 committed by GitHub
parent c8de8ba74f
commit 630b6b3456
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,7 +16,9 @@ class Generator
'InlineQueryResult',
'InputMessageContent',
'PassportElementError',
'CallbackGame'
'CallbackGame',
'logOut',
'close'
];
private const BOOL_RETURNS = [
@ -262,4 +264,4 @@ class Generator
return json_encode($scheme, $options);
}
}
}