Update to layer 122

Closes #1645.
This commit is contained in:
Lonami Exo
2020-12-11 16:55:49 +01:00
parent 1cd11391c4
commit 0a4d54fca4
5 changed files with 135 additions and 12 deletions

View File

@@ -28,6 +28,7 @@ AUTO_CASTS = {
'InputMessage': 'utils.get_input_message({})',
'InputDocument': 'utils.get_input_document({})',
'InputChatPhoto': 'utils.get_input_chat_photo({})',
'InputGroupCall': 'utils.get_input_group_call({})',
}
NAMED_AUTO_CASTS = {