mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2024-11-25 10:53:44 +03:00
Docs: Removed mention of TcpClient from 'Project Structure'
This commit is contained in:
parent
8c428e8566
commit
45fdd098cc
|
@ -33,11 +33,6 @@ The sender makes use of a ``Connection`` class which knows the format in
|
|||
which outgoing messages should be sent (how to encode their length and
|
||||
their body, if they're further encrypted).
|
||||
|
||||
For now, all connection modes make use of the ``extensions/tcpclient``,
|
||||
a C#-like ``TcpClient`` to ease working with sockets in Python. All the
|
||||
``TcpClient`` know is how to connect through TCP and writing/reading
|
||||
from the socket with optional cancel.
|
||||
|
||||
Auto-generated code
|
||||
*******************
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user