#include </home/runner/work/tdlib-obf/tdlib-obf/td/generate/auto/td/telegram/td_api.h>
|
| static const std::int32_t | ID = 733797893 |
| | Identifier uniquely determining a type of the object.
|
| |
Contains information about interactions with a message.
Definition at line 43752 of file td_api.h.
◆ messageInteractionInfo() [1/2]
| td::td_api::messageInteractionInfo::messageInteractionInfo |
( |
| ) |
|
Contains information about interactions with a message.
◆ messageInteractionInfo() [2/2]
Contains information about interactions with a message.
- Parameters
-
| [in] | view_count_ | Number of times the message was viewed. |
| [in] | forward_count_ | Number of times the message was forwarded. |
| [in] | reply_info_ | Information about direct or indirect replies to the message; may be null. Currently, available only in channels with a discussion supergroup and discussion supergroups for messages, which are not replies itself. |
| [in] | reactions_ | The list of reactions or tags added to the message; may be null. |
◆ store()
| void td::td_api::messageInteractionInfo::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.
◆ forward_count_
| int32 td::td_api::messageInteractionInfo::forward_count_ |
Number of times the message was forwarded.
Definition at line 43765 of file td_api.h.
◆ ID
| const std::int32_t td::td_api::messageInteractionInfo::ID = 733797893 |
|
static |
Identifier uniquely determining a type of the object.
Definition at line 43787 of file td_api.h.
◆ reactions_
The list of reactions or tags added to the message; may be null.
Definition at line 43769 of file td_api.h.
◆ reply_info_
Information about direct or indirect replies to the message; may be null. Currently, available only in channels with a discussion supergroup and discussion supergroups for messages, which are not replies itself.
Definition at line 43767 of file td_api.h.
◆ view_count_
| int32 td::td_api::messageInteractionInfo::view_count_ |
Number of times the message was viewed.
Definition at line 43763 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