mirror of
https://github.com/TeamPGM/pyrogram.git
synced 2024-11-16 20:59:29 +00:00
Add Inline Mode section to docs
This commit is contained in:
parent
97e705f833
commit
5bff8236b5
@ -68,6 +68,17 @@ Input Media
|
|||||||
InputMediaDocument
|
InputMediaDocument
|
||||||
InputPhoneContact
|
InputPhoneContact
|
||||||
|
|
||||||
|
Inline Mode
|
||||||
|
------------
|
||||||
|
|
||||||
|
.. autosummary::
|
||||||
|
:nosignatures:
|
||||||
|
|
||||||
|
InlineQueryResult
|
||||||
|
InlineQueryResultArticle
|
||||||
|
InputMessageContent
|
||||||
|
InputTextMessageContent
|
||||||
|
|
||||||
.. User & Chats
|
.. User & Chats
|
||||||
------------
|
------------
|
||||||
|
|
||||||
@ -190,3 +201,19 @@ Input Media
|
|||||||
|
|
||||||
.. autoclass:: InputPhoneContact
|
.. autoclass:: InputPhoneContact
|
||||||
:members:
|
:members:
|
||||||
|
|
||||||
|
|
||||||
|
.. Inline Mode
|
||||||
|
-----------
|
||||||
|
|
||||||
|
.. autoclass:: InlineQueryResult
|
||||||
|
:members:
|
||||||
|
|
||||||
|
.. autoclass:: InlineQueryResultArticle
|
||||||
|
:members:
|
||||||
|
|
||||||
|
.. autoclass:: InputMessageContent
|
||||||
|
:members:
|
||||||
|
|
||||||
|
.. autoclass:: InputTextMessageContent
|
||||||
|
:members:
|
||||||
|
Loading…
Reference in New Issue
Block a user