#include </home/runner/work/tdlib-obf/tdlib-obf/td/generate/auto/td/telegram/td_api.h>
|
| static const std::int32_t | ID = 1231347940 |
| | Identifier uniquely determining a type of the object.
|
| |
Contains a list of messages found by a public post search.
Definition at line 22485 of file td_api.h.
◆ foundPublicPosts() [1/2]
| td::td_api::foundPublicPosts::foundPublicPosts |
( |
| ) |
|
Contains a list of messages found by a public post search.
◆ foundPublicPosts() [2/2]
Contains a list of messages found by a public post search.
- Parameters
-
| [in] | messages_ | List of found public posts. |
| [in] | next_offset_ | The offset for the next request. If empty, then there are no more results. |
| [in] | search_limits_ | Updated public post search limits after the query; repeated requests with the same query will be free; may be null if they didn't change. |
| [in] | are_limits_exceeded_ | True, if the query has failed because search limits are exceeded. In this case search_limits.daily_free_query_count will be equal to 0. |
◆ store()
| void td::td_api::foundPublicPosts::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.
◆ are_limits_exceeded_
| bool td::td_api::foundPublicPosts::are_limits_exceeded_ |
True, if the query has failed because search limits are exceeded. In this case search_limits.daily_free_query_count will be equal to 0.
Definition at line 22502 of file td_api.h.
◆ ID
| const std::int32_t td::td_api::foundPublicPosts::ID = 1231347940 |
|
static |
Identifier uniquely determining a type of the object.
Definition at line 22520 of file td_api.h.
◆ messages_
List of found public posts.
Definition at line 22496 of file td_api.h.
◆ next_offset_
| string td::td_api::foundPublicPosts::next_offset_ |
The offset for the next request. If empty, then there are no more results.
Definition at line 22498 of file td_api.h.
◆ search_limits_
Updated public post search limits after the query; repeated requests with the same query will be free; may be null if they didn't change.
Definition at line 22500 of file td_api.h.
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