#include </home/runner/work/tdlib-obf/tdlib-obf/td/generate/auto/td/telegram/td_api.h>
|
| int32 | story_id_ |
| | Unique story identifier among stories of the chat.
|
| |
| int32 | date_ |
| | Point in time (Unix timestamp) when the story was published.
|
| |
| bool | is_for_close_friends_ |
| | True, if the story is available only to close friends.
|
| |
| bool | is_live_ |
| | True, if the story is a live story.
|
| |
|
| static const std::int32_t | ID = 182159362 |
| | Identifier uniquely determining a type of the object.
|
| |
Contains basic information about a story.
Definition at line 69502 of file td_api.h.
◆ storyInfo() [1/2]
| td::td_api::storyInfo::storyInfo |
( |
| ) |
|
Contains basic information about a story.
◆ storyInfo() [2/2]
| td::td_api::storyInfo::storyInfo |
( |
int32 |
story_id_, |
|
|
int32 |
date_, |
|
|
bool |
is_for_close_friends_, |
|
|
bool |
is_live_ |
|
) |
| |
Contains basic information about a story.
- Parameters
-
| [in] | story_id_ | Unique story identifier among stories of the chat. |
| [in] | date_ | Point in time (Unix timestamp) when the story was published. |
| [in] | is_for_close_friends_ | True, if the story is available only to close friends. |
| [in] | is_live_ | True, if the story is a live story. |
◆ store()
| void td::td_api::storyInfo::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::storyInfo::date_ |
Point in time (Unix timestamp) when the story was published.
Definition at line 69515 of file td_api.h.
◆ ID
| const std::int32_t td::td_api::storyInfo::ID = 182159362 |
|
static |
Identifier uniquely determining a type of the object.
Definition at line 69537 of file td_api.h.
◆ is_for_close_friends_
| bool td::td_api::storyInfo::is_for_close_friends_ |
True, if the story is available only to close friends.
Definition at line 69517 of file td_api.h.
◆ is_live_
| bool td::td_api::storyInfo::is_live_ |
True, if the story is a live story.
Definition at line 69519 of file td_api.h.
◆ story_id_
| int32 td::td_api::storyInfo::story_id_ |
Unique story identifier among stories of the chat.
Definition at line 69513 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