public static class TdApi.WebAppInfo extends TdApi.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
long |
launchId
Unique identifier for the Web App launch.
|
java.lang.String |
url
A Web App URL to open in a web view.
|
| Constructor and Description |
|---|
WebAppInfo()
Contains information about a Web App.
|
WebAppInfo(long launchId,
java.lang.String url)
Contains information about a Web App.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic long launchId
public java.lang.String url
public static final int CONSTRUCTOR
public WebAppInfo()
public WebAppInfo(long launchId,
java.lang.String url)
launchId - Unique identifier for the Web App launch.url - A Web App URL to open in a web view.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object