MadelineProto/docs/TD_docs/constructors/proxySocks5.md
2017-08-25 15:05:53 +02:00

26 lines
562 B
Markdown

---
title: proxySocks5
description: A SOCKS5 proxy
---
## 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)