Update client package documentation missing some subclasses

This commit is contained in:
Lonami Exo 2018-10-28 10:21:03 +01:00
parent 24970a875a
commit 15546fd957

View File

@ -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: