From 15546fd957b265d5d7a5ffe6bad7aef5e02b9b19 Mon Sep 17 00:00:00 2001 From: Lonami Exo Date: Sun, 28 Oct 2018 10:21:03 +0100 Subject: [PATCH] Update client package documentation missing some subclasses --- readthedocs/telethon.client.rst | 29 ++++++++++++++++++----------- 1 file changed, 18 insertions(+), 11 deletions(-) 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: