mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2026-01-04 14:24:51 +00:00
Fix Update docstrings
This commit is contained in:
parent
afc0c87cd3
commit
1c4047f2c6
1 changed files with 2 additions and 2 deletions
|
|
@ -30,7 +30,7 @@ class Update(Object):
|
||||||
edited_message (:obj:`Message <pyrogram.Message>`, *optional*):
|
edited_message (:obj:`Message <pyrogram.Message>`, *optional*):
|
||||||
New version of a message that is known to the bot and was edited.
|
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.
|
Deleted messages.
|
||||||
|
|
||||||
channel_post (:obj:`Message <pyrogram.Message>`, *optional*):
|
channel_post (:obj:`Message <pyrogram.Message>`, *optional*):
|
||||||
|
|
@ -39,7 +39,7 @@ class Update(Object):
|
||||||
edited_channel_post (:obj:`Message <pyrogram.Message>`, *optional*):
|
edited_channel_post (:obj:`Message <pyrogram.Message>`, *optional*):
|
||||||
New version of a channel post that is known to the bot and was edited.
|
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.
|
Deleted channel posts.
|
||||||
|
|
||||||
inline_query (:obj:`InlineQuery <pyrogram.InlineQuery>`, *optional*):
|
inline_query (:obj:`InlineQuery <pyrogram.InlineQuery>`, *optional*):
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue