public static class TdApi.InternalLinkTypeMainWebApp extends TdApi.InternalLinkType
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
botUsername
Username of the bot.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.WebAppOpenMode |
mode
The mode to be passed to getMainWebApp.
|
java.lang.String |
startParameter
Start parameter to be passed to getMainWebApp.
|
| Constructor and Description |
|---|
InternalLinkTypeMainWebApp()
The link is a link to the main Web App of a bot.
|
InternalLinkTypeMainWebApp(java.lang.String botUsername,
java.lang.String startParameter,
TdApi.WebAppOpenMode mode)
The link is a link to the main Web App of a bot.
|
| 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 startParameter
public TdApi.WebAppOpenMode mode
public static final int CONSTRUCTOR
public InternalLinkTypeMainWebApp()
public InternalLinkTypeMainWebApp(java.lang.String botUsername,
java.lang.String startParameter,
TdApi.WebAppOpenMode mode)
botUsername - Username of the bot.startParameter - Start parameter to be passed to getMainWebApp.mode - The mode to be passed to getMainWebApp.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object