From 24f70bf9d5b57941f7f09116a0c27eb8bd4ea323 Mon Sep 17 00:00:00 2001 From: Alex Root Junior Date: Fri, 26 May 2017 08:03:17 +0300 Subject: [PATCH] wtf --- aiogram/types/update.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aiogram/types/update.py b/aiogram/types/update.py index b6aeda86..c4622d1a 100644 --- a/aiogram/types/update.py +++ b/aiogram/types/update.py @@ -8,7 +8,7 @@ from .message import Message class Update(Deserializable): - def __init__(self, update_id, message, edited_maiogramessage, channel_post, edited_channel_post, inline_query, + def __init__(self, update_id, message, edited_message, channel_post, edited_channel_post, inline_query, chosen_inline_result, callback_query, shipping_query, pre_checkout_query): self.update_id: int = update_id self.message: Message = message