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()
Returns an identifier uniquely determining type of the object.
|
toStringpublic 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()
TdApi.ObjectgetConstructor in class TdApi.Object