#include </home/runner/work/tdlib-obf/tdlib-obf/td/generate/auto/td/telegram/td_api.h>
|
| int53 | story_poster_chat_id_ |
| | The identifier of the poster of the story. Currently, stories can be replied only in the chat that posted the story; channel stories can't be replied.
|
| |
| int32 | story_id_ |
| | The identifier of the story.
|
| |
|
| static const std::int32_t | ID = -1723842320 |
| | Identifier uniquely determining a type of the object.
|
| |
Describes a story to be replied.
Definition at line 30181 of file td_api.h.
◆ inputMessageReplyToStory() [1/2]
| td::td_api::inputMessageReplyToStory::inputMessageReplyToStory |
( |
| ) |
|
Describes a story to be replied.
◆ inputMessageReplyToStory() [2/2]
| td::td_api::inputMessageReplyToStory::inputMessageReplyToStory |
( |
int53 |
story_poster_chat_id_, |
|
|
int32 |
story_id_ |
|
) |
| |
Describes a story to be replied.
- Parameters
-
| [in] | story_poster_chat_id_ | The identifier of the poster of the story. Currently, stories can be replied only in the chat that posted the story; channel stories can't be replied. |
| [in] | story_id_ | The identifier of the story. |
◆ store()
| void td::td_api::inputMessageReplyToStory::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.
◆ ID
| const std::int32_t td::td_api::inputMessageReplyToStory::ID = -1723842320 |
|
static |
Identifier uniquely determining a type of the object.
Definition at line 30210 of file td_api.h.
◆ story_id_
| int32 td::td_api::inputMessageReplyToStory::story_id_ |
The identifier of the story.
Definition at line 30194 of file td_api.h.
◆ story_poster_chat_id_
| int53 td::td_api::inputMessageReplyToStory::story_poster_chat_id_ |
The identifier of the poster of the story. Currently, stories can be replied only in the chat that posted the story; channel stories can't be replied.
Definition at line 30192 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