public static class TdApi.SearchWebApp extends TdApi.Function<TdApi.FoundWebApp>
Returns FoundWebApp
| Modifier and Type | Field and Description |
|---|---|
long |
botUserId
Identifier of the target bot.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
java.lang.String |
webAppShortName
Short name of the Web App.
|
| Constructor and Description |
|---|
SearchWebApp()
Default constructor for a function, which returns information about a Web App by its short name.
|
SearchWebApp(long botUserId,
java.lang.String webAppShortName)
Creates a function, which returns information about a Web App by its short name.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic long botUserId
public java.lang.String webAppShortName
public static final int CONSTRUCTOR
public SearchWebApp()
Returns FoundWebApp
public SearchWebApp(long botUserId,
java.lang.String webAppShortName)
Returns FoundWebApp
botUserId - Identifier of the target bot.webAppShortName - Short name of the Web App.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object