mirror of
https://github.com/pyrogram/pyrogram
synced 2025-09-04 08:15:08 +00:00
Update docs
This commit is contained in:
@@ -42,7 +42,7 @@ from ..object import Object
|
||||
class InlineQueryResult(Object):
|
||||
"""One result of an inline query.
|
||||
|
||||
Pyrogram currently supports results of the following 20 types:
|
||||
Pyrogram currently supports results of the following types:
|
||||
|
||||
- :obj:`InlineQueryResultArticle`
|
||||
"""
|
||||
|
@@ -26,7 +26,7 @@ from ..object import Object
|
||||
class InputMessageContent(Object):
|
||||
"""Content of a message to be sent as a result of an inline query.
|
||||
|
||||
Pyrogram currently supports the following 4 types:
|
||||
Pyrogram currently supports the following types:
|
||||
|
||||
- :obj:`InputTextMessageContent`
|
||||
"""
|
||||
|
Reference in New Issue
Block a user