#include </home/runner/work/tdlib-obf/tdlib-obf/td/generate/auto/td/telegram/td_api.h>
|
| static const std::int32_t | ID = 1830685615 |
| | Identifier uniquely determining a type of the object.
|
| |
Represents the results of the inline query. Use sendInlineQueryResultMessage to send the result of the query.
Definition at line 26754 of file td_api.h.
◆ inlineQueryResults() [1/2]
| td::td_api::inlineQueryResults::inlineQueryResults |
( |
| ) |
|
◆ inlineQueryResults() [2/2]
Represents the results of the inline query. Use sendInlineQueryResultMessage to send the result of the query.
- Parameters
-
| [in] | inline_query_id_ | Unique identifier of the inline query. |
| [in] | button_ | Button to be shown above inline query results; may be null. |
| [in] | results_ | Results of the query. |
| [in] | next_offset_ | The offset for the next request. If empty, then there are no more results. |
◆ store()
| void td::td_api::inlineQueryResults::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.
◆ button_
Button to be shown above inline query results; may be null.
Definition at line 26767 of file td_api.h.
◆ ID
| const std::int32_t td::td_api::inlineQueryResults::ID = 1830685615 |
|
static |
Identifier uniquely determining a type of the object.
Definition at line 26789 of file td_api.h.
◆ inline_query_id_
| int64 td::td_api::inlineQueryResults::inline_query_id_ |
Unique identifier of the inline query.
Definition at line 26765 of file td_api.h.
◆ next_offset_
| string td::td_api::inlineQueryResults::next_offset_ |
The offset for the next request. If empty, then there are no more results.
Definition at line 26771 of file td_api.h.
◆ results_
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