public static class TdApi.FoundWebApp extends TdApi.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
boolean |
requestWriteAccess
True, if the user must be asked for the permission to the bot to send them messages.
|
boolean |
skipConfirmation
True, if there is no need to show an ordinary open URL confirmation before opening the Web App.
|
TdApi.WebApp |
webApp
The Web App.
|
| Constructor and Description |
|---|
FoundWebApp()
Contains information about a Web App found by its short name.
|
FoundWebApp(TdApi.WebApp webApp,
boolean requestWriteAccess,
boolean skipConfirmation)
Contains information about a Web App found by its short name.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic TdApi.WebApp webApp
public boolean requestWriteAccess
public boolean skipConfirmation
public static final int CONSTRUCTOR
public FoundWebApp()
public FoundWebApp(TdApi.WebApp webApp, boolean requestWriteAccess, boolean skipConfirmation)
webApp - The Web App.requestWriteAccess - True, if the user must be asked for the permission to the bot to send them messages.skipConfirmation - True, if there is no need to show an ordinary open URL confirmation before opening the Web App. The field must be ignored and confirmation must be shown anyway if the Web App link was hidden.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object