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::chatEventMessageEdited Class Referencefinal

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

Inheritance diagram for td::td_api::chatEventMessageEdited:
td::td_api::ChatEventAction td::td_api::Object td::TlObject

Public Member Functions

 chatEventMessageEdited ()
 
 chatEventMessageEdited (object_ptr< message > &&old_message_, object_ptr< message > &&new_message_)
 
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< messageold_message_
 The original message before the edit.
 
object_ptr< messagenew_message_
 The message after it was edited.
 

Static Public Attributes

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

Detailed Description

A message was edited.

Definition at line 10599 of file td_api.h.

Constructor & Destructor Documentation

◆ chatEventMessageEdited() [1/2]

td::td_api::chatEventMessageEdited::chatEventMessageEdited ( )

A message was edited.

◆ chatEventMessageEdited() [2/2]

td::td_api::chatEventMessageEdited::chatEventMessageEdited ( object_ptr< message > &&  old_message_,
object_ptr< message > &&  new_message_ 
)

A message was edited.

Parameters
[in]old_message_The original message before the edit.
[in]new_message_The message after it was edited.

Member Function Documentation

◆ store()

void td::td_api::chatEventMessageEdited::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::chatEventMessageEdited::ID = -430967304
static

Identifier uniquely determining a type of the object.

Definition at line 10628 of file td_api.h.

◆ new_message_

object_ptr<message> td::td_api::chatEventMessageEdited::new_message_

The message after it was edited.

Definition at line 10612 of file td_api.h.

◆ old_message_

object_ptr<message> td::td_api::chatEventMessageEdited::old_message_

The original message before the edit.

Definition at line 10610 of file td_api.h.


The documentation for this class was generated from the following file: