mirror of
https://github.com/pyrogram/pyrogram
synced 2025-08-29 05:18:10 +00:00
Fix Update docstrings
This commit is contained in:
parent
afc0c87cd3
commit
1c4047f2c6
@ -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*):
|
||||
|
Loading…
x
Reference in New Issue
Block a user