java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.CallbackQueryAnswer
- Enclosing class:
- TdApi
Contains a bot's answer to a callback query.
-
Field Summary
-
Constructor Summary
ConstructorDescriptionContains a bot's answer to a callback query.CallbackQueryAnswer
(DataInput input) Contains a bot's answer to a callback query.CallbackQueryAnswer
(String text, boolean showAlert, String url) Contains a bot's answer to a callback query. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
text
Text of the answer. -
showAlert
public boolean showAlertTrue, if an alert must be shown to the user instead of a toast notification. -
url
URL to be opened. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
CallbackQueryAnswer
public CallbackQueryAnswer()Contains a bot's answer to a callback query. -
CallbackQueryAnswer
Contains a bot's answer to a callback query.- Parameters:
text
- String Text of the answer.showAlert
- boolean True, if an alert must be shown to the user instead of a toast notification.url
- String URL to be opened.
-
CallbackQueryAnswer
Contains a bot's answer to a callback query.- 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()
-