- Enclosing class:
- TdApi
Sets the result of a callback query;
for bots only.
Returns
Ok
-
Field Summary
Modifier and TypeFieldDescriptionint
Time during which the result of the query can be cached, in seconds.long
Identifier of the callback query.static final int
boolean
Pass true to show an alert to the user instead of a toast notification.Text of the answer.URL to be opened. -
Constructor Summary
ConstructorDescriptionSets the result of a callback query; for bots only.AnswerCallbackQuery
(long callbackQueryId, String text, boolean showAlert, String url, int cacheTime) Sets the result of a callback query; for bots only.AnswerCallbackQuery
(DataInput input) Sets the result of a callback query; for bots only. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Function
toString
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize
-
Field Details
-
callbackQueryId
public long callbackQueryIdIdentifier of the callback query. -
text
Text of the answer. -
showAlert
public boolean showAlertPass true to show an alert to the user instead of a toast notification. -
url
URL to be opened. -
cacheTime
public int cacheTimeTime during which the result of the query can be cached, in seconds. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
AnswerCallbackQuery
public AnswerCallbackQuery()Sets the result of a callback query; for bots only. ReturnsOk
-
AnswerCallbackQuery
public AnswerCallbackQuery(long callbackQueryId, String text, boolean showAlert, String url, int cacheTime) Sets the result of a callback query; for bots only. ReturnsOk
- Parameters:
callbackQueryId
- long Identifier of the callback query.text
- String Text of the answer.showAlert
- boolean Pass true to show an alert to the user instead of a toast notification.url
- String URL to be opened.cacheTime
- int Time during which the result of the query can be cached, in seconds.
-
AnswerCallbackQuery
Sets the result of a callback query; for bots only. ReturnsOk
- 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()
-