java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.InlineKeyboardButtonType
it.tdlight.jni.TdApi.InlineKeyboardButtonTypeUrl
- Enclosing class:
- TdApi
A button that opens a specified URL.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
HTTP or tg:// URL to open. -
Constructor Summary
ConstructorDescriptionA button that opens a specified URL.A button that opens a specified URL.A button that opens a specified URL. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
url
HTTP or tg:// URL to open. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
InlineKeyboardButtonTypeUrl
public InlineKeyboardButtonTypeUrl()A button that opens a specified URL. -
InlineKeyboardButtonTypeUrl
A button that opens a specified URL.- Parameters:
url
- String HTTP or tg:// URL to open.
-
InlineKeyboardButtonTypeUrl
A button that opens a specified URL.- Throws:
IOException
-
-
Method Details
-
getConstructor
public int getConstructor()- Specified by:
getConstructor
in classTdApi.Object
-
serialize
- Specified by:
serialize
in classTdApi.Object
- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-