From 1c4047f2c6d2b4a255d12c74f54d4c349e8a978a Mon Sep 17 00:00:00 2001 From: Dan <14043624+delivrance@users.noreply.github.com> Date: Wed, 20 Jun 2018 12:20:48 +0200 Subject: [PATCH] Fix Update docstrings --- pyrogram/client/types/update.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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*):