2
0
mirror of https://github.com/pyrogram/pyrogram synced 2025-09-01 06:45:39 +00:00

Fix Update docstrings

This commit is contained in:
Dan
2018-06-20 12:20:48 +02:00
committed by GitHub
parent afc0c87cd3
commit 1c4047f2c6

View File

@@ -30,7 +30,7 @@ class Update(Object):
edited_message (:obj:`Message <pyrogram.Message>`, *optional*):
New version of a message that is known to the bot and was edited.
deleted_messages (:obj:`Message <pyrogram.Message>`, *optional*):
deleted_messages (:obj:`Messages <pyrogram.Messages>`, *optional*):
Deleted messages.
channel_post (:obj:`Message <pyrogram.Message>`, *optional*):
@@ -39,7 +39,7 @@ class Update(Object):
edited_channel_post (:obj:`Message <pyrogram.Message>`, *optional*):
New version of a channel post that is known to the bot and was edited.
deleted_channel_posts (:obj:`Message <pyrogram.Message>`, *optional*):
deleted_channel_posts (:obj:`Messages <pyrogram.Messages>`, *optional*):
Deleted channel posts.
inline_query (:obj:`InlineQuery <pyrogram.InlineQuery>`, *optional*):