public static class TdApi.GetProxyLink extends TdApi.Function<TdApi.HttpUrl>
Returns HttpUrl
| 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()
Returns an identifier uniquely determining type of the object.
|
toStringpublic int proxyId
public static final int CONSTRUCTOR
public GetProxyLink()
Returns HttpUrl
public GetProxyLink(int proxyId)
Returns HttpUrl
proxyId - Proxy identifier.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object