1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-15 07:36:55 +01:00
MadelineProto/docs/TD_docs/methods/setProxy.md
2017-08-25 15:05:53 +02:00

557 B

title description
setProxy Sets proxy server for network requests. Can be called before authorization

Method: setProxy

Back to methods index

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 Yes The proxy to use. You can specify null to remove proxy server

Return type: Ok