1
0
mirror of https://github.com/eternnoir/pyTelegramBotAPI.git synced 2023-08-10 21:12:57 +03:00
This commit is contained in:
eternnoir 2016-12-03 15:17:06 +08:00
parent b0bc49c803
commit 509fae6792

View File

@ -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