#include </home/runner/work/tdlib-obf/tdlib-obf/td/generate/auto/td/telegram/td_api.h>
|
| static const std::int32_t | ID = -760684124 |
| | Identifier uniquely determining a type of the object.
|
| |
Contains information about a Saved Messages topic.
Definition at line 61065 of file td_api.h.
◆ savedMessagesTopic() [1/2]
| td::td_api::savedMessagesTopic::savedMessagesTopic |
( |
| ) |
|
Contains information about a Saved Messages topic.
◆ savedMessagesTopic() [2/2]
Contains information about a Saved Messages topic.
- Parameters
-
| [in] | id_ | Unique topic identifier. |
| [in] | type_ | Type of the topic. |
| [in] | is_pinned_ | True, if the topic is pinned. |
| [in] | order_ | A parameter used to determine order of the topic in the topic list. Topics must be sorted by the order in descending order. |
| [in] | last_message_ | Last message in the topic; may be null if none or unknown. |
| [in] | draft_message_ | A draft of a message in the topic; may be null if none. |
◆ store()
| void td::td_api::savedMessagesTopic::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.
◆ draft_message_
A draft of a message in the topic; may be null if none.
Definition at line 61086 of file td_api.h.
◆ ID
| const std::int32_t td::td_api::savedMessagesTopic::ID = -760684124 |
|
static |
Identifier uniquely determining a type of the object.
Definition at line 61106 of file td_api.h.
◆ id_
| int53 td::td_api::savedMessagesTopic::id_ |
Unique topic identifier.
Definition at line 61076 of file td_api.h.
◆ is_pinned_
| bool td::td_api::savedMessagesTopic::is_pinned_ |
True, if the topic is pinned.
Definition at line 61080 of file td_api.h.
◆ last_message_
Last message in the topic; may be null if none or unknown.
Definition at line 61084 of file td_api.h.
◆ order_
| int64 td::td_api::savedMessagesTopic::order_ |
A parameter used to determine order of the topic in the topic list. Topics must be sorted by the order in descending order.
Definition at line 61082 of file td_api.h.
◆ type_
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