Update documentation, errors and add TODOs

This commit is contained in:
Lonami Exo
2019-02-27 19:30:12 +01:00
parent f66d65d409
commit 05d174d4ce
6 changed files with 21 additions and 56 deletions

View File

@@ -6,6 +6,8 @@ from .. import utils
from ..tl import functions, TLRequest
# TODO Make use of :tl:`InvokeWithMessagesRange` somehow
# For that, we need to use :tl:`GetSplitRanges` first.
class _TakeoutClient:
"""
Proxy object over the client.

View File

@@ -23,6 +23,7 @@ __default_log__ = logging.getLogger(__base_name__)
__default_log__.addHandler(logging.NullHandler())
# TODO How hard would it be to support both `trio` and `asyncio`?
class TelegramBaseClient(abc.ABC):
"""
This is the abstract base class for the client. It defines some