#include </home/runner/work/tdlib-obf/tdlib-obf/td/generate/auto/td/telegram/td_api.h>
|
| static const std::int32_t | ID = -652102704 |
| | Identifier uniquely determining a type of the object.
|
| |
Represents a chat event.
Definition at line 10521 of file td_api.h.
◆ chatEvent() [1/2]
| td::td_api::chatEvent::chatEvent |
( |
| ) |
|
◆ chatEvent() [2/2]
Represents a chat event.
- Parameters
-
| [in] | id_ | Chat event identifier. |
| [in] | date_ | Point in time (Unix timestamp) when the event happened. |
| [in] | member_id_ | Identifier of the user or chat who performed the action. |
| [in] | action_ | The action. |
◆ store()
| void td::td_api::chatEvent::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.
◆ action_
◆ date_
| int32 td::td_api::chatEvent::date_ |
Point in time (Unix timestamp) when the event happened.
Definition at line 10534 of file td_api.h.
◆ ID
| const std::int32_t td::td_api::chatEvent::ID = -652102704 |
|
static |
Identifier uniquely determining a type of the object.
Definition at line 10556 of file td_api.h.
◆ id_
| int64 td::td_api::chatEvent::id_ |
Chat event identifier.
Definition at line 10532 of file td_api.h.
◆ member_id_
Identifier of the user or chat who performed the action.
Definition at line 10536 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