23 lines
557 B
Markdown
23 lines
557 B
Markdown
|
---
|
||
|
title: setProxy
|
||
|
description: Sets proxy server for network requests. Can be called before authorization
|
||
|
---
|
||
|
## Method: setProxy
|
||
|
[Back to methods index](index.md)
|
||
|
|
||
|
|
||
|
YOU CANNOT USE THIS METHOD IN MADELINEPROTO
|
||
|
|
||
|
|
||
|
Sets proxy server for network requests. Can be called before authorization
|
||
|
|
||
|
### Params:
|
||
|
|
||
|
| Name | Type | Required | Description |
|
||
|
|----------|---------------|----------|-------------|
|
||
|
|proxy|[Proxy](../types/Proxy.md) | Yes|The proxy to use. You can specify null to remove proxy server|
|
||
|
|
||
|
|
||
|
### Return type: [Ok](../types/Ok.md)
|
||
|
|