#include </home/runner/work/tdlib-obf/tdlib-obf/td/generate/auto/td/telegram/td_api.h>
|
| static const std::int32_t | ID = -1153028490 |
| | Identifier uniquely determining a type of the object.
|
| |
Sets the result of a callback query; for bots only.
Returns object_ptr<Ok>.
Definition at line 89497 of file td_api.h.
◆ ReturnType
Typedef for the type returned by the function.
Definition at line 89542 of file td_api.h.
◆ answerCallbackQuery() [1/2]
| td::td_api::answerCallbackQuery::answerCallbackQuery |
( |
| ) |
|
Default constructor for a function, which sets the result of a callback query; for bots only.
Returns object_ptr<Ok>.
◆ answerCallbackQuery() [2/2]
| td::td_api::answerCallbackQuery::answerCallbackQuery |
( |
int64 |
callback_query_id_, |
|
|
string const & |
text_, |
|
|
bool |
show_alert_, |
|
|
string const & |
url_, |
|
|
int32 |
cache_time_ |
|
) |
| |
Creates a function, which sets the result of a callback query; for bots only.
Returns object_ptr<Ok>.
- Parameters
-
| [in] | callback_query_id_ | Identifier of the callback query. |
| [in] | text_ | Text of the answer. |
| [in] | show_alert_ | Pass true to show an alert to the user instead of a toast notification. |
| [in] | url_ | URL to be opened. |
| [in] | cache_time_ | Time during which the result of the query can be cached, in seconds. |
◆ store()
| void td::td_api::answerCallbackQuery::store |
( |
TlStorerToString & |
s, |
|
|
const char * |
field_name |
|
) |
| const |
|
finalvirtual |
Helper function for to_string method. Appends string representation of the object to the storer.
- Parameters
-
| [in] | s | Storer to which object string representation will be appended. |
| [in] | field_name | Object field_name if applicable. |
Implements td::TlObject.
◆ cache_time_
| int32 td::td_api::answerCallbackQuery::cache_time_ |
Time during which the result of the query can be cached, in seconds.
Definition at line 89516 of file td_api.h.
◆ callback_query_id_
| int64 td::td_api::answerCallbackQuery::callback_query_id_ |
Identifier of the callback query.
Definition at line 89508 of file td_api.h.
◆ ID
| const std::int32_t td::td_api::answerCallbackQuery::ID = -1153028490 |
|
static |
Identifier uniquely determining a type of the object.
Definition at line 89539 of file td_api.h.
◆ show_alert_
| bool td::td_api::answerCallbackQuery::show_alert_ |
Pass true to show an alert to the user instead of a toast notification.
Definition at line 89512 of file td_api.h.
◆ text_
| string td::td_api::answerCallbackQuery::text_ |
◆ url_
| string td::td_api::answerCallbackQuery::url_ |
The documentation for this class was generated from the following file:
- /home/runner/work/tdlib-obf/tdlib-obf/td/generate/auto/td/telegram/td_api.h