tdlib-obf API
Reference documentation for the public tdlib-obf API, generated from TDLib schemas and public headers
Loading...
Searching...
No Matches
td::td_api::updateMessageSendSucceeded Class Referencefinal

#include </home/runner/work/tdlib-obf/tdlib-obf/td/generate/auto/td/telegram/td_api.h>

Inheritance diagram for td::td_api::updateMessageSendSucceeded:
td::td_api::Update td::td_api::Object td::TlObject

Public Member Functions

 updateMessageSendSucceeded ()
 
 updateMessageSendSucceeded (object_ptr< message > &&message_, int53 old_message_id_)
 
void store (TlStorerToString &s, const char *field_name) const final
 
- Public Member Functions inherited from td::TlObject
virtual void store (TlStorerUnsafe &s) const
 
virtual void store (TlStorerCalcLength &s) const
 
 TlObject ()=default
 
 TlObject (const TlObject &)=delete
 
TlObjectoperator= (const TlObject &)=delete
 
 TlObject (TlObject &&)=default
 
TlObjectoperator= (TlObject &&)=default
 
virtual ~TlObject ()=default
 

Public Attributes

object_ptr< messagemessage_
 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 Public Attributes

static const std::int32_t ID = 1815715197
 Identifier uniquely determining a type of the object.
 

Detailed Description

A message has been successfully sent.

Definition at line 75820 of file td_api.h.

Constructor & Destructor Documentation

◆ 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.

Member Function Documentation

◆ 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]sStorer to which object string representation will be appended.
[in]field_nameObject field_name if applicable.

Implements td::TlObject.

Member Data Documentation

◆ 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_

object_ptr<message> td::td_api::updateMessageSendSucceeded::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: