public static class TdApi.WebAppOpenParameters extends TdApi.Object
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
applicationName
Short name of the current application; 0-64 English letters, digits, and underscores.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.WebAppOpenMode |
mode
The mode in which the Web App is opened; pass null to open in webAppOpenModeFullSize.
|
TdApi.ThemeParameters |
theme
Preferred Web App theme; pass null to use the default theme.
|
| Constructor and Description |
|---|
WebAppOpenParameters()
Options to be used when a Web App is opened.
|
WebAppOpenParameters(TdApi.ThemeParameters theme,
java.lang.String applicationName,
TdApi.WebAppOpenMode mode)
Options to be used when a Web App is opened.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic TdApi.ThemeParameters theme
public java.lang.String applicationName
public TdApi.WebAppOpenMode mode
public static final int CONSTRUCTOR
public WebAppOpenParameters()
public WebAppOpenParameters(TdApi.ThemeParameters theme, java.lang.String applicationName, TdApi.WebAppOpenMode mode)
theme - Preferred Web App theme; pass null to use the default theme.applicationName - Short name of the current application; 0-64 English letters, digits, and underscores.mode - The mode in which the Web App is opened; pass null to open in webAppOpenModeFullSize.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object