mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-06-18 19:16:43 +00:00
Update client package documentation missing some subclasses
This commit is contained in:
parent
24970a875a
commit
15546fd957
@ -27,12 +27,25 @@ You **don't** need to import these `AuthMethods`, `MessageMethods`, etc.
|
|||||||
Together they are the `telethon.TelegramClient` and you can access all of
|
Together they are the `telethon.TelegramClient` and you can access all of
|
||||||
their methods.
|
their methods.
|
||||||
|
|
||||||
|
.. automodule:: telethon.client.telegrambaseclient
|
||||||
|
:members:
|
||||||
|
:undoc-members:
|
||||||
|
:show-inheritance:
|
||||||
|
|
||||||
.. automodule:: telethon.client.auth
|
.. automodule:: telethon.client.auth
|
||||||
:members:
|
:members:
|
||||||
:undoc-members:
|
:undoc-members:
|
||||||
:show-inheritance:
|
:show-inheritance:
|
||||||
|
|
||||||
|
.. automodule:: telethon.client.bots
|
||||||
|
:members:
|
||||||
|
:undoc-members:
|
||||||
|
:show-inheritance:
|
||||||
|
|
||||||
|
.. automodule:: telethon.client.buttons
|
||||||
|
:members:
|
||||||
|
:undoc-members:
|
||||||
|
:show-inheritance:
|
||||||
|
|
||||||
.. automodule:: telethon.client.chats
|
.. automodule:: telethon.client.chats
|
||||||
:members:
|
:members:
|
||||||
@ -44,6 +57,11 @@ their methods.
|
|||||||
:undoc-members:
|
:undoc-members:
|
||||||
:show-inheritance:
|
:show-inheritance:
|
||||||
|
|
||||||
|
.. automodule:: telethon.client.downloads
|
||||||
|
:members:
|
||||||
|
:undoc-members:
|
||||||
|
:show-inheritance:
|
||||||
|
|
||||||
.. automodule:: telethon.client.messageparse
|
.. automodule:: telethon.client.messageparse
|
||||||
:members:
|
:members:
|
||||||
:undoc-members:
|
:undoc-members:
|
||||||
@ -59,11 +77,6 @@ their methods.
|
|||||||
:undoc-members:
|
:undoc-members:
|
||||||
:show-inheritance:
|
:show-inheritance:
|
||||||
|
|
||||||
.. automodule:: telethon.client.downloads
|
|
||||||
:members:
|
|
||||||
:undoc-members:
|
|
||||||
:show-inheritance:
|
|
||||||
|
|
||||||
.. automodule:: telethon.client.uploads
|
.. automodule:: telethon.client.uploads
|
||||||
:members:
|
:members:
|
||||||
:undoc-members:
|
:undoc-members:
|
||||||
@ -73,9 +86,3 @@ their methods.
|
|||||||
:members:
|
:members:
|
||||||
:undoc-members:
|
:undoc-members:
|
||||||
:show-inheritance:
|
:show-inheritance:
|
||||||
|
|
||||||
|
|
||||||
.. automodule:: telethon.client.telegrambaseclient
|
|
||||||
:members:
|
|
||||||
:undoc-members:
|
|
||||||
:show-inheritance:
|
|
||||||
|
Loading…
Reference in New Issue
Block a user