#include </home/runner/work/tdlib-obf/tdlib-obf/td/generate/auto/td/telegram/td_api.h>
|
| int53 | chat_id_ |
| | The identifier of the chat to which the message to be replied belongs.
|
| |
| int53 | message_id_ |
| | The identifier of the message to be replied in the specified chat. A message can be replied in another chat or forum topic only if messageProperties.can_be_replied_in_another_chat.
|
| |
| object_ptr< inputTextQuote > | quote_ |
| | Quote from the message to be replied; pass null if none.
|
| |
| 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 = 1956732638 |
| | Identifier uniquely determining a type of the object.
|
| |
Describes a message to be replied that is from a different chat or a forum topic; not supported in secret chats.
Definition at line 30130 of file td_api.h.
◆ inputMessageReplyToExternalMessage() [1/2]
| td::td_api::inputMessageReplyToExternalMessage::inputMessageReplyToExternalMessage |
( |
| ) |
|
Describes a message to be replied that is from a different chat or a forum topic; not supported in secret chats.
◆ inputMessageReplyToExternalMessage() [2/2]
Describes a message to be replied that is from a different chat or a forum topic; not supported in secret chats.
- Parameters
-
| [in] | chat_id_ | The identifier of the chat to which the message to be replied belongs. |
| [in] | message_id_ | The identifier of the message to be replied in the specified chat. A message can be replied in another chat or forum topic only if messageProperties.can_be_replied_in_another_chat. |
| [in] | quote_ | Quote from the message to be replied; pass null if none. |
| [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::inputMessageReplyToExternalMessage::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.
◆ chat_id_
| int53 td::td_api::inputMessageReplyToExternalMessage::chat_id_ |
The identifier of the chat to which the message to be replied belongs.
Definition at line 30141 of file td_api.h.
◆ checklist_task_id_
| int32 td::td_api::inputMessageReplyToExternalMessage::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 30147 of file td_api.h.
◆ ID
| const std::int32_t td::td_api::inputMessageReplyToExternalMessage::ID = 1956732638 |
|
static |
Identifier uniquely determining a type of the object.
Definition at line 30168 of file td_api.h.
◆ message_id_
| int53 td::td_api::inputMessageReplyToExternalMessage::message_id_ |
The identifier of the message to be replied in the specified chat. A message can be replied in another chat or forum topic only if messageProperties.can_be_replied_in_another_chat.
Definition at line 30143 of file td_api.h.
◆ poll_option_id_
| string td::td_api::inputMessageReplyToExternalMessage::poll_option_id_ |
Identifier of the poll option in the message to be replied; pass an empty string if none.
Definition at line 30149 of file td_api.h.
◆ quote_
Quote from the message to be replied; pass null if none.
Definition at line 30145 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