2
0
mirror of https://github.com/pyrogram/pyrogram synced 2025-09-04 08:15:08 +00:00

Update docs

This commit is contained in:
Dan
2019-06-06 18:25:23 +02:00
parent 6bebe2297e
commit 8151270a94
6 changed files with 14 additions and 9 deletions

View File

@@ -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`
"""

View File

@@ -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`
"""