Package org.drinkless.tdlib
Class TdApi.DeepLinkInfo
- java.lang.Object
-
- org.drinkless.tdlib.TdApi.Object
-
- org.drinkless.tdlib.TdApi.DeepLinkInfo
-
- Enclosing class:
- TdApi
public static class TdApi.DeepLinkInfo extends TdApi.Object
Contains information about a tg: deep link.
-
-
Field Summary
Fields Modifier and Type Field Description static intCONSTRUCTORIdentifier uniquely determining type of the object.booleanneedUpdateApplicationTrue, if the user must be asked to update the application.TdApi.FormattedTexttextText to be shown to the user.
-
Constructor Summary
Constructors Constructor Description DeepLinkInfo()Contains information about a tg: deep link.DeepLinkInfo(TdApi.FormattedText text, boolean needUpdateApplication)Contains information about a tg: deep 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
-
text
public TdApi.FormattedText text
Text to be shown to the user.
-
needUpdateApplication
public boolean needUpdateApplication
True, if the user must be asked to update the application.
-
CONSTRUCTOR
public static final int CONSTRUCTOR
Identifier uniquely determining type of the object.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
DeepLinkInfo
public DeepLinkInfo()
Contains information about a tg: deep link.
-
DeepLinkInfo
public DeepLinkInfo(TdApi.FormattedText text, boolean needUpdateApplication)
Contains information about a tg: deep link.- Parameters:
text- Text to be shown to the user.needUpdateApplication- True, if the user must be asked to update the application.
-
-
Method Detail
-
getConstructor
public int getConstructor()
- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-
-