Layer 220
InputClientProxy
Info about an MTProxy used to connect.
constructor
inputClientProxy#75588b3f address:string port:int = InputClientProxy;
Parameters
| Name | Type | Description |
|---|---|---|
| Address | string | Proxy address |
| Port | int | Proxy port |
Returns
InputClientProxyGogram Example
// Creating InputClientProxy constructor obj := &tg.InputClientProxy{ Address: "...", Port: 0, }