#include </home/runner/work/tdlib-obf/tdlib-obf/td/generate/auto/td/telegram/td_api.h>
|
| static const std::int32_t | ID = 1258586525 |
| | Identifier uniquely determining a type of the object.
|
| |
Represents a reaction applied to a message.
Definition at line 576 of file td_api.h.
◆ addedReaction() [1/2]
| td::td_api::addedReaction::addedReaction |
( |
| ) |
|
Represents a reaction applied to a message.
◆ addedReaction() [2/2]
Represents a reaction applied to a message.
- Parameters
-
| [in] | type_ | Type of the reaction. |
| [in] | sender_id_ | Identifier of the chat member, applied the reaction. |
| [in] | is_outgoing_ | True, if the reaction was added by the current user. |
| [in] | date_ | Point in time (Unix timestamp) when the reaction was added. |
◆ store()
| void td::td_api::addedReaction::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.
◆ date_
| int32 td::td_api::addedReaction::date_ |
Point in time (Unix timestamp) when the reaction was added.
Definition at line 593 of file td_api.h.
◆ ID
| const std::int32_t td::td_api::addedReaction::ID = 1258586525 |
|
static |
Identifier uniquely determining a type of the object.
Definition at line 611 of file td_api.h.
◆ is_outgoing_
| bool td::td_api::addedReaction::is_outgoing_ |
True, if the reaction was added by the current user.
Definition at line 591 of file td_api.h.
◆ sender_id_
Identifier of the chat member, applied the reaction.
Definition at line 589 of file td_api.h.
◆ type_
Type of the reaction.
Definition at line 587 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