public static class TdApi.InternalLinkTypeUnknownDeepLink extends TdApi.InternalLinkType
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
java.lang.String |
link
Link to be passed to getDeepLinkInfo.
|
| Constructor and Description |
|---|
InternalLinkTypeUnknownDeepLink()
The link is an unknown tg: link.
|
InternalLinkTypeUnknownDeepLink(java.lang.String link)
The link is an unknown tg: 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 InternalLinkTypeUnknownDeepLink()
public InternalLinkTypeUnknownDeepLink(java.lang.String link)
link - Link to be passed to getDeepLinkInfo.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object