public static class TdApi.InlineKeyboardButtonTypeUrl extends TdApi.InlineKeyboardButtonType
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
java.lang.String |
url
HTTP or tg:// URL to open.
|
| Constructor and Description |
|---|
InlineKeyboardButtonTypeUrl()
A button that opens a specified URL.
|
InlineKeyboardButtonTypeUrl(java.lang.String url)
A button that opens a specified URL.
|
| 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 InlineKeyboardButtonTypeUrl()
public InlineKeyboardButtonTypeUrl(java.lang.String url)
url - HTTP or tg:// URL to open. If the link is of the type internalLinkTypeWebApp, then the button must be marked as a Web App button.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object