public static class TdApi.InlineKeyboardButtonTypeUrl extends TdApi.InlineKeyboardButtonType
TdApi.InlineKeyboardButtonType.Constructors
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() |
toString
public java.lang.String url
public static final int CONSTRUCTOR
public InlineKeyboardButtonTypeUrl()
public InlineKeyboardButtonTypeUrl(java.lang.String url)
url
- HTTP or tg:// URL to open.public int getConstructor()
getConstructor
in class TdApi.InlineKeyboardButtonType