#include </home/runner/work/tdlib-obf/tdlib-obf/td/generate/auto/td/telegram/td_api.h>
|
| int53 | message_id_ |
| | The identifier of the message to be replied in the same chat and forum topic. A message can be replied in the same chat and forum topic only if messageProperties.can_be_replied.
|
| |
| object_ptr< inputTextQuote > | quote_ |
| | Quote from the message to be replied; pass null if none. Must always be null for replies in secret chats.
|
| |
| int32 | checklist_task_id_ |
| | Identifier of the checklist task in the message to be replied; pass 0 to reply to the whole message.
|
| |
| string | poll_option_id_ |
| | Identifier of the poll option in the message to be replied; pass an empty string if none.
|
| |
|
| static const std::int32_t | ID = 1117785378 |
| | Identifier uniquely determining a type of the object.
|
| |
Describes a message to be replied in the same chat and forum topic.
Definition at line 30082 of file td_api.h.
◆ inputMessageReplyToMessage() [1/2]
| td::td_api::inputMessageReplyToMessage::inputMessageReplyToMessage |
( |
| ) |
|
Describes a message to be replied in the same chat and forum topic.
◆ inputMessageReplyToMessage() [2/2]
Describes a message to be replied in the same chat and forum topic.
- Parameters
-
| [in] | message_id_ | The identifier of the message to be replied in the same chat and forum topic. A message can be replied in the same chat and forum topic only if messageProperties.can_be_replied. |
| [in] | quote_ | Quote from the message to be replied; pass null if none. Must always be null for replies in secret chats. |
| [in] | checklist_task_id_ | Identifier of the checklist task in the message to be replied; pass 0 to reply to the whole message. |
| [in] | poll_option_id_ | Identifier of the poll option in the message to be replied; pass an empty string if none. |
◆ store()
| void td::td_api::inputMessageReplyToMessage::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.
◆ checklist_task_id_
| int32 td::td_api::inputMessageReplyToMessage::checklist_task_id_ |
Identifier of the checklist task in the message to be replied; pass 0 to reply to the whole message.
Definition at line 30097 of file td_api.h.
◆ ID
| const std::int32_t td::td_api::inputMessageReplyToMessage::ID = 1117785378 |
|
static |
Identifier uniquely determining a type of the object.
Definition at line 30117 of file td_api.h.
◆ message_id_
| int53 td::td_api::inputMessageReplyToMessage::message_id_ |
The identifier of the message to be replied in the same chat and forum topic. A message can be replied in the same chat and forum topic only if messageProperties.can_be_replied.
Definition at line 30093 of file td_api.h.
◆ poll_option_id_
| string td::td_api::inputMessageReplyToMessage::poll_option_id_ |
Identifier of the poll option in the message to be replied; pass an empty string if none.
Definition at line 30099 of file td_api.h.
◆ quote_
Quote from the message to be replied; pass null if none. Must always be null for replies in secret chats.
Definition at line 30095 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