Inherits Object.
Represents the results of the inline query. Use sendInlineQueryResultMessage to send the result of the query.
|
static const std::int32_t | ID = 1830685615 |
| Identifier uniquely determining a type of the object.
|
|
◆ inlineQueryResults() [1/2]
◆ 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 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 TlObject.
The documentation for this class was generated from the following file: