#include </home/runner/work/tdlib-obf/tdlib-obf/td/generate/auto/td/telegram/td_api.h>
|
| static const std::int32_t | ID = -702229982 |
| | Identifier uniquely determining a type of the object.
|
| |
Represents interaction with a story.
Definition at line 69556 of file td_api.h.
◆ storyInteraction() [1/2]
| td::td_api::storyInteraction::storyInteraction |
( |
| ) |
|
Represents interaction with a story.
◆ storyInteraction() [2/2]
Represents interaction with a story.
- Parameters
-
| [in] | actor_id_ | Identifier of the user or chat that made the interaction. |
| [in] | interaction_date_ | Approximate point in time (Unix timestamp) when the interaction happened. |
| [in] | block_list_ | Block list to which the actor is added; may be null if none or for chat stories. |
| [in] | type_ | Type of the interaction. |
◆ store()
| void td::td_api::storyInteraction::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.
◆ actor_id_
Identifier of the user or chat that made the interaction.
Definition at line 69567 of file td_api.h.
◆ block_list_
Block list to which the actor is added; may be null if none or for chat stories.
Definition at line 69571 of file td_api.h.
◆ ID
| const std::int32_t td::td_api::storyInteraction::ID = -702229982 |
|
static |
Identifier uniquely determining a type of the object.
Definition at line 69591 of file td_api.h.
◆ interaction_date_
| int32 td::td_api::storyInteraction::interaction_date_ |
Approximate point in time (Unix timestamp) when the interaction happened.
Definition at line 69569 of file td_api.h.
◆ type_
Type of the interaction.
Definition at line 69573 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