mirror of
https://github.com/pyrogram/pyrogram
synced 2025-08-29 13:27:47 +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*):
|
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…
x
Reference in New Issue
Block a user