MadelineProtoDocs/docs/API_docs/constructors/inputClientProxy.md
2024-05-01 14:53:46 +02:00

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

Back to constructors index

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];