mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-07-30 17:59:55 +03:00
Update readthedocs/basic/signing-in.rst
Co-authored-by: Lonami <totufals@hotmail.com>
This commit is contained in:
parent
795e5c7854
commit
1430148b93
|
@ -155,7 +155,7 @@ Example:
|
|||
* .. code-block:: python
|
||||
|
||||
proxy = {
|
||||
'proxy_type': 'socks5', # (mandatory) protocol to use, allowed values: 'socks5' (or 2), 'socks4' (or 1)
|
||||
'proxy_type': 'socks5', # (mandatory) protocol to use, allowed values: 'socks5', 'socks4'
|
||||
'addr': '1.1.1.1', # (mandatory) proxy IP address
|
||||
'port': 5555, # (mandatory) proxy port number
|
||||
'username': 'foo', # (optional) username if the proxy requires auth
|
||||
|
|
Loading…
Reference in New Issue
Block a user