diff --git a/readthedocs/telethon.client.rst b/readthedocs/telethon.client.rst index b5378020..d45f5acc 100644 --- a/readthedocs/telethon.client.rst +++ b/readthedocs/telethon.client.rst @@ -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 their methods. +.. automodule:: telethon.client.telegrambaseclient + :members: + :undoc-members: + :show-inheritance: .. automodule:: telethon.client.auth :members: :undoc-members: :show-inheritance: +.. automodule:: telethon.client.bots + :members: + :undoc-members: + :show-inheritance: + +.. automodule:: telethon.client.buttons + :members: + :undoc-members: + :show-inheritance: .. automodule:: telethon.client.chats :members: @@ -44,6 +57,11 @@ their methods. :undoc-members: :show-inheritance: +.. automodule:: telethon.client.downloads + :members: + :undoc-members: + :show-inheritance: + .. automodule:: telethon.client.messageparse :members: :undoc-members: @@ -59,11 +77,6 @@ their methods. :undoc-members: :show-inheritance: -.. automodule:: telethon.client.downloads - :members: - :undoc-members: - :show-inheritance: - .. automodule:: telethon.client.uploads :members: :undoc-members: @@ -73,9 +86,3 @@ their methods. :members: :undoc-members: :show-inheritance: - - -.. automodule:: telethon.client.telegrambaseclient - :members: - :undoc-members: - :show-inheritance: