#include </home/runner/work/tdlib-obf/tdlib-obf/td/generate/auto/td/telegram/td_api.h>
|
| object_ptr< message > | message_ |
| | The sent message. Almost any field of the new message can be different from the corresponding field of the original message. For example, the field scheduling_state may change, making the message scheduled, or non-scheduled.
|
| |
| int53 | old_message_id_ |
| | The previous temporary message identifier.
|
| |
|
| static const std::int32_t | ID = 1815715197 |
| | Identifier uniquely determining a type of the object.
|
| |
A message has been successfully sent.
Definition at line 75820 of file td_api.h.
◆ updateMessageSendSucceeded() [1/2]
| td::td_api::updateMessageSendSucceeded::updateMessageSendSucceeded |
( |
| ) |
|
A message has been successfully sent.
◆ updateMessageSendSucceeded() [2/2]
| td::td_api::updateMessageSendSucceeded::updateMessageSendSucceeded |
( |
object_ptr< message > && |
message_, |
|
|
int53 |
old_message_id_ |
|
) |
| |
A message has been successfully sent.
- Parameters
-
| [in] | message_ | The sent message. Almost any field of the new message can be different from the corresponding field of the original message. For example, the field scheduling_state may change, making the message scheduled, or non-scheduled. |
| [in] | old_message_id_ | The previous temporary message identifier. |
◆ store()
| void td::td_api::updateMessageSendSucceeded::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::updateMessageSendSucceeded::ID = 1815715197 |
|
static |
Identifier uniquely determining a type of the object.
Definition at line 75849 of file td_api.h.
◆ message_
The sent message. Almost any field of the new message can be different from the corresponding field of the original message. For example, the field scheduling_state may change, making the message scheduled, or non-scheduled.
Definition at line 75831 of file td_api.h.
◆ old_message_id_
| int53 td::td_api::updateMessageSendSucceeded::old_message_id_ |
The previous temporary message identifier.
Definition at line 75833 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