public static class TdApi.InternalLinkTypeWebApp extends TdApi.InternalLinkType
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
botUsername
Username of the bot that owns the Web App.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.WebAppOpenMode |
mode
The mode in which the Web App must be opened.
|
java.lang.String |
startParameter
Start parameter to be passed to getWebAppLinkUrl.
|
java.lang.String |
webAppShortName
Short name of the Web App.
|
| Constructor and Description |
|---|
InternalLinkTypeWebApp()
The link is a link to a Web App.
|
InternalLinkTypeWebApp(java.lang.String botUsername,
java.lang.String webAppShortName,
java.lang.String startParameter,
TdApi.WebAppOpenMode mode)
The link is a link to a Web App.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic java.lang.String botUsername
public java.lang.String webAppShortName
public java.lang.String startParameter
public TdApi.WebAppOpenMode mode
public static final int CONSTRUCTOR
public InternalLinkTypeWebApp()
public InternalLinkTypeWebApp(java.lang.String botUsername,
java.lang.String webAppShortName,
java.lang.String startParameter,
TdApi.WebAppOpenMode mode)
botUsername - Username of the bot that owns the Web App.webAppShortName - Short name of the Web App.startParameter - Start parameter to be passed to getWebAppLinkUrl.mode - The mode in which the Web App must be opened.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object