Package it.tdlight.jni
Class TdApi.CallbackQueryAnswer
java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.CallbackQueryAnswer
- Enclosing class:
- TdApi
public static class TdApi.CallbackQueryAnswer extends TdApi.Object
Contains a bot's answer to a callback query.
-
Field Summary
-
Constructor Summary
Constructors Constructor Description CallbackQueryAnswer()
Contains a bot's answer to a callback query.CallbackQueryAnswer(DataInput input)
CallbackQueryAnswer(String text, boolean showAlert, String url)
Contains a bot's answer to a callback query. -
Method Summary
Modifier and Type Method Description boolean
equals(Object o)
int
getConstructor()
int
hashCode()
void
serialize(DataOutput output)
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 should be shown to the user instead of a toast notification. -
url
URL to be opened. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
- Constant Field Values
-
-
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 should be shown to the user instead of a toast notification.url
- String URL to be opened.
-
CallbackQueryAnswer
- 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()
-