#include </home/runner/work/tdlib-obf/tdlib-obf/td/generate/auto/td/telegram/td_api.h>
|
| static const std::int32_t | ID = -2093702263 |
| | Identifier uniquely determining a type of the object.
|
| |
Contains information about replies to a message.
Definition at line 44594 of file td_api.h.
◆ messageReplyInfo() [1/2]
| td::td_api::messageReplyInfo::messageReplyInfo |
( |
| ) |
|
Contains information about replies to a message.
◆ messageReplyInfo() [2/2]
Contains information about replies to a message.
- Parameters
-
| [in] | reply_count_ | Number of times the message was directly or indirectly replied. |
| [in] | recent_replier_ids_ | Identifiers of at most 3 recent repliers to the message; available in channels with a discussion supergroup. The users and chats are expected to be inaccessible: only their photo and name will be available. |
| [in] | last_read_inbox_message_id_ | Identifier of the last read incoming reply to the message. |
| [in] | last_read_outbox_message_id_ | Identifier of the last read outgoing reply to the message. |
| [in] | last_message_id_ | Identifier of the last reply to the message. |
◆ store()
| void td::td_api::messageReplyInfo::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.
◆ ID
| const std::int32_t td::td_api::messageReplyInfo::ID = -2093702263 |
|
static |
Identifier uniquely determining a type of the object.
Definition at line 44632 of file td_api.h.
◆ last_message_id_
| int53 td::td_api::messageReplyInfo::last_message_id_ |
Identifier of the last reply to the message.
Definition at line 44613 of file td_api.h.
◆ last_read_inbox_message_id_
| int53 td::td_api::messageReplyInfo::last_read_inbox_message_id_ |
Identifier of the last read incoming reply to the message.
Definition at line 44609 of file td_api.h.
◆ last_read_outbox_message_id_
| int53 td::td_api::messageReplyInfo::last_read_outbox_message_id_ |
Identifier of the last read outgoing reply to the message.
Definition at line 44611 of file td_api.h.
◆ recent_replier_ids_
Identifiers of at most 3 recent repliers to the message; available in channels with a discussion supergroup. The users and chats are expected to be inaccessible: only their photo and name will be available.
Definition at line 44607 of file td_api.h.
◆ reply_count_
| int32 td::td_api::messageReplyInfo::reply_count_ |
Number of times the message was directly or indirectly replied.
Definition at line 44605 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