java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.DeepLinkInfo
- Enclosing class:
- TdApi
Contains information about a tg: deep link.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
boolean
True, if the user must be asked to update the application.Text to be shown to the user. -
Constructor Summary
ConstructorDescriptionContains information about a tg: deep link.DeepLinkInfo
(TdApi.FormattedText text, boolean needUpdateApplication) Contains information about a tg: deep link.DeepLinkInfo
(DataInput input) Contains information about a tg: deep link. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, 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 CONSTRUCTOR- See Also:
-
-
Constructor Details
-
DeepLinkInfo
public DeepLinkInfo()Contains information about a tg: deep link. -
DeepLinkInfo
Contains information about a tg: deep link.- Parameters:
text
- FormattedText Text to be shown to the user.needUpdateApplication
- boolean True, if the user must be asked to update the application.
-
DeepLinkInfo
Contains information about a tg: deep link.- Throws:
IOException
-
-
Method Details
-
getConstructor
public int getConstructor()- Specified by:
getConstructor
in classTdApi.Object
-
serialize
- Specified by:
serialize
in classTdApi.Object
- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-