mirror of
https://github.com/pyrogram/pyrogram
synced 2025-08-29 05:18:10 +00:00
Add missing ipv6 docstrings
This commit is contained in:
parent
ab560dc292
commit
6a89c7ea02
@ -90,6 +90,10 @@ class Client(Methods, BaseClient):
|
|||||||
Code of the language used on the client, in ISO 639-1 standard. Defaults to "en".
|
Code of the language used on the client, in ISO 639-1 standard. Defaults to "en".
|
||||||
This is an alternative way to set it if you don't want to use the *config.ini* file.
|
This is an alternative way to set it if you don't want to use the *config.ini* file.
|
||||||
|
|
||||||
|
ipv6 (``bool``, *optional*):
|
||||||
|
Pass True to connect to Telegram using IPv6.
|
||||||
|
Defaults to False (IPv4).
|
||||||
|
|
||||||
proxy (``dict``, *optional*):
|
proxy (``dict``, *optional*):
|
||||||
Your SOCKS5 Proxy settings as dict,
|
Your SOCKS5 Proxy settings as dict,
|
||||||
e.g.: *dict(hostname="11.22.33.44", port=1080, username="user", password="pass")*.
|
e.g.: *dict(hostname="11.22.33.44", port=1080, username="user", password="pass")*.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user