diff --git a/pyrogram/client/types/update.py b/pyrogram/client/types/update.py index 05295285..c8959708 100644 --- a/pyrogram/client/types/update.py +++ b/pyrogram/client/types/update.py @@ -30,7 +30,7 @@ class Update(Object): edited_message (:obj:`Message `, *optional*): New version of a message that is known to the bot and was edited. - deleted_messages (:obj:`Message `, *optional*): + deleted_messages (:obj:`Messages `, *optional*): Deleted messages. channel_post (:obj:`Message `, *optional*): @@ -39,7 +39,7 @@ class Update(Object): edited_channel_post (:obj:`Message `, *optional*): New version of a channel post that is known to the bot and was edited. - deleted_channel_posts (:obj:`Message `, *optional*): + deleted_channel_posts (:obj:`Messages `, *optional*): Deleted channel posts. inline_query (:obj:`InlineQuery `, *optional*):