public static class TdApi.GetExternalLinkInfo extends TdApi.Function
Returns LoginUrlInfo
TdApi.Function.Constructors
Modifier and Type | Field and Description |
---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
java.lang.String |
link
The link.
|
Constructor and Description |
---|
GetExternalLinkInfo()
Default constructor for a function, which returns information about an action to be done when the current user clicks an external link.
|
GetExternalLinkInfo(java.lang.String link)
Creates a function, which returns information about an action to be done when the current user clicks an external link.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public java.lang.String link
public static final int CONSTRUCTOR
public GetExternalLinkInfo()
Returns LoginUrlInfo
public GetExternalLinkInfo(java.lang.String link)
Returns LoginUrlInfo
link
- The link.public int getConstructor()
getConstructor
in class TdApi.Function