public static class TdApi.DeepLinkInfo extends TdApi.Object
Modifier and Type | Field and Description |
---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
boolean |
needUpdateApplication
True, if the user must be asked to update the application.
|
TdApi.FormattedText |
text
Text to be shown to the user.
|
Constructor and Description |
---|
DeepLinkInfo()
Contains information about a tg: deep link.
|
DeepLinkInfo(TdApi.FormattedText text,
boolean needUpdateApplication)
Contains information about a tg: deep link.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public TdApi.FormattedText text
public boolean needUpdateApplication
public static final int CONSTRUCTOR
public DeepLinkInfo()
public DeepLinkInfo(TdApi.FormattedText text, boolean needUpdateApplication)
text
- Text to be shown to the user.needUpdateApplication
- True, if the user must be asked to update the application.public int getConstructor()
getConstructor
in class TdApi.Object