Package it.tdlight.jni
Class TdApi.DeepLinkInfo
java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.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 int
CONSTRUCTOR
boolean
needUpdateApplication
True, if user should be asked to update the application.TdApi.FormattedText
text
Text 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.DeepLinkInfo(DataInput input)
-
Method Summary
Modifier and Type Method Description boolean
equals(Object o)
int
getConstructor()
int
hashCode()
void
serialize(DataOutput output)
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 user should be asked to update the application. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
- Constant Field Values
-
-
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 user should be asked to update the application.
-
DeepLinkInfo
- 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()
-