mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-16 20:23:32 +00:00
wtf
This commit is contained in:
parent
4dba8f534e
commit
24f70bf9d5
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ from .message import Message
|
||||||
|
|
||||||
|
|
||||||
class Update(Deserializable):
|
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):
|
chosen_inline_result, callback_query, shipping_query, pre_checkout_query):
|
||||||
self.update_id: int = update_id
|
self.update_id: int = update_id
|
||||||
self.message: Message = message
|
self.message: Message = message
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue