public static class TdApi.GetProxyLink extends TdApi.Function
Returns HttpUrl
TdApi.Function.Constructors
Modifier and Type | Field and Description |
---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
int |
proxyId
Proxy identifier.
|
Constructor and Description |
---|
GetProxyLink()
Default constructor for a function, which returns an HTTPS link, which can be used to add a proxy.
|
GetProxyLink(int proxyId)
Creates a function, which returns an HTTPS link, which can be used to add a proxy.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public int proxyId
public static final int CONSTRUCTOR
public GetProxyLink()
Returns HttpUrl
public GetProxyLink(int proxyId)
Returns HttpUrl
proxyId
- Proxy identifier.public int getConstructor()
getConstructor
in class TdApi.Function