Package org.drinkless.tdlib
Class TdApi.DeepLinkInfo
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.DeepLinkInfo
- Enclosing class:
- TdApi
Contains information about a tg: deep link.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.booleanTrue, if the user must be asked to update the application.Text to be shown to the user. -
Constructor Summary
ConstructorsConstructorDescriptionContains information about a tg: deep link.DeepLinkInfo(TdApi.FormattedText text, boolean needUpdateApplication) Contains information about a tg: deep link. -
Method Summary
Modifier and TypeMethodDescriptionintReturns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
Field Details
-
text
Text to be shown to the user. -
needUpdateApplication
public boolean needUpdateApplicationTrue, if the user must be asked to update the application. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
DeepLinkInfo
public DeepLinkInfo()Contains information about a tg: deep link. -
DeepLinkInfo
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 Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.ObjectReturns an identifier uniquely determining type of the object.- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-