Layer 220
constructor
inputClientProxy#75588b3f address:string port:int = InputClientProxy;

Parameters

Name Type Description
Address string Proxy address
Port int Proxy port

Gogram Example

// Creating InputClientProxy constructor
obj := &tg.InputClientProxy{
    Address: "...",
    Port: 0,
}