public static class TdApi.GetDeepLinkInfo extends TdApi.Function<TdApi.DeepLinkInfo>
Returns DeepLinkInfo
| 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 |
|---|
GetDeepLinkInfo()
Default constructor for a function, which returns information about a tg:// deep link.
|
GetDeepLinkInfo(java.lang.String link)
Creates a function, which returns information about a tg:// deep link.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic java.lang.String link
public static final int CONSTRUCTOR
public GetDeepLinkInfo()
Returns DeepLinkInfo
public GetDeepLinkInfo(java.lang.String link)
Returns DeepLinkInfo
link - The link.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object