Package org.drinkless.tdlib
Class TdApi.InternalLinkTypeUnknownDeepLink
- java.lang.Object
-
- org.drinkless.tdlib.TdApi.Object
-
- org.drinkless.tdlib.TdApi.InternalLinkType
-
- org.drinkless.tdlib.TdApi.InternalLinkTypeUnknownDeepLink
-
- Enclosing class:
- TdApi
public static class TdApi.InternalLinkTypeUnknownDeepLink extends TdApi.InternalLinkType
The link is an unknown tg: link. Call getDeepLinkInfo to process the link.
-
-
Field Summary
Fields Modifier and Type Field Description static intCONSTRUCTORIdentifier uniquely determining type of the object.StringlinkLink to be passed to getDeepLinkInfo.
-
Constructor Summary
Constructors Constructor Description InternalLinkTypeUnknownDeepLink()The link is an unknown tg: link.InternalLinkTypeUnknownDeepLink(String link)The link is an unknown tg: link.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetConstructor()-
Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
-
-
-
Field Detail
-
link
public String link
Link to be passed to getDeepLinkInfo.
-
CONSTRUCTOR
public static final int CONSTRUCTOR
Identifier uniquely determining type of the object.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
InternalLinkTypeUnknownDeepLink
public InternalLinkTypeUnknownDeepLink()
The link is an unknown tg: link. Call getDeepLinkInfo to process the link.
-
InternalLinkTypeUnknownDeepLink
public InternalLinkTypeUnknownDeepLink(String link)
The link is an unknown tg: link. Call getDeepLinkInfo to process the link.- Parameters:
link- Link to be passed to getDeepLinkInfo.
-
-
Method Detail
-
getConstructor
public int getConstructor()
- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-
-