public static class TdApi.Proxies extends TdApi.Object
Modifier and Type | Field and Description |
---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.Proxy[] |
proxies
List of proxy servers.
|
Constructor and Description |
---|
Proxies()
Represents a list of proxy servers.
|
Proxies(TdApi.Proxy[] proxies)
Represents a list of proxy servers.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public TdApi.Proxy[] proxies
public static final int CONSTRUCTOR
public Proxies()
public Proxies(TdApi.Proxy[] proxies)
proxies
- List of proxy servers.public int getConstructor()
getConstructor
in class TdApi.Object