Inherits Update.
A message has been successfully sent.
Public Fields | |
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. | |
Public Instance Methods | |
updateMessageSendSucceeded () | |
updateMessageSendSucceeded (object_ptr< message > &&message_, int53 old_message_id_) | |
void | store (TlStorerToString &s, const char *field_name) const final |
Public Instance Methods inherited from TlObject | |
virtual void | store (TlStorerUnsafe &s) const |
virtual void | store (TlStorerCalcLength &s) const |
TlObject ()=default | |
TlObject (const TlObject &)=delete | |
TlObject & | operator= (const TlObject &)=delete |
TlObject (TlObject &&)=default | |
TlObject & | operator= (TlObject &&)=default |
virtual | ~TlObject ()=default |
Static Public Attributes | |
static const std::int32_t | ID = 1815715197 |
Identifier uniquely determining a type of the object. | |
A message has been successfully sent.
updateMessageSendSucceeded | ( | object_ptr< message > && | message_, |
int53 | old_message_id_ | ||
) |
A message has been successfully sent.
[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. |
|
finalvirtual |