MadelineProtoDocs/docs/TD_docs/constructors/proxySocks5.md
Daniil Gentili e5a1324684 docufix
2018-04-04 23:19:57 +00:00

27 lines
635 B
Markdown

---
title: proxySocks5
description: A SOCKS5 proxy
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
---
# Constructor: proxySocks5
[Back to constructors index](index.md)
A SOCKS5 proxy
### Attributes:
| Name | Type | Required | Description |
|----------|---------------|----------|-------------|
|server|[string](../types/string.md) | Yes|Proxy server ip address|
|port|[int](../types/int.md) | Yes|Proxy server port|
|username|[string](../types/string.md) | Yes|Username to log in|
|password|[string](../types/string.md) | Yes|Password to log in|
### Type: [Proxy](../types/Proxy.md)