public static class TdApi.InternalLinkTypeUnknownDeepLink extends TdApi.InternalLinkType
TdApi.InternalLinkType.Constructors
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() |
toString
public 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()
getConstructor
in class TdApi.InternalLinkType