public static class TdApi.KeyboardButtonTypeWebApp extends TdApi.KeyboardButtonType
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
java.lang.String |
url
An HTTP URL to pass to getWebAppUrl.
|
| Constructor and Description |
|---|
KeyboardButtonTypeWebApp()
A button that opens a Web App by calling getWebAppUrl.
|
KeyboardButtonTypeWebApp(java.lang.String url)
A button that opens a Web App by calling getWebAppUrl.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic java.lang.String url
public static final int CONSTRUCTOR
public KeyboardButtonTypeWebApp()
public KeyboardButtonTypeWebApp(java.lang.String url)
url - An HTTP URL to pass to getWebAppUrl.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object