mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-02 09:38:28 +01:00
832 B
832 B
title | description | nav_exclude | image |
---|---|---|---|
inputClientProxy | Info about an MTProxy used to connect. | true | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: inputClientProxy
Info about an MTProxy used to connect.
Attributes:
Name | Type | Required | Description |
---|---|---|---|
address | string | Yes | Proxy address |
port | int | Yes | Proxy port |
Type: InputClientProxy
Example:
$inputClientProxy = ['_' => 'inputClientProxy', 'address' => 'string', 'port' => int];