mirror of
https://github.com/eternnoir/pyTelegramBotAPI.git
synced 2023-08-10 21:12:57 +03:00
Bug fix.
This commit is contained in:
parent
b0bc49c803
commit
509fae6792
@ -96,6 +96,8 @@ class Update(JsonDeserializable):
|
||||
update_id = obj['update_id']
|
||||
message = None
|
||||
edited_message = None
|
||||
channel_post = None
|
||||
edited_channel_post = None
|
||||
inline_query = None
|
||||
chosen_inline_result = None
|
||||
callback_query = None
|
||||
|
Loading…
Reference in New Issue
Block a user