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

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

Inheritance diagram for td::td_api::messageChatSetMessageAutoDeleteTime:
td::td_api::MessageContent td::td_api::Object td::TlObject

Public Member Functions

 messageChatSetMessageAutoDeleteTime ()
 
 messageChatSetMessageAutoDeleteTime (int32 message_auto_delete_time_, int53 from_user_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

int32 message_auto_delete_time_
 New value auto-delete or self-destruct time, in seconds; 0 if disabled.
 
int53 from_user_id_
 If not 0, a user identifier, which default setting was automatically applied.
 

Static Public Attributes

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

Detailed Description

The auto-delete or self-destruct timer for messages in the chat has been changed.

Definition at line 41071 of file td_api.h.

Constructor & Destructor Documentation

◆ messageChatSetMessageAutoDeleteTime() [1/2]

td::td_api::messageChatSetMessageAutoDeleteTime::messageChatSetMessageAutoDeleteTime ( )

The auto-delete or self-destruct timer for messages in the chat has been changed.

◆ messageChatSetMessageAutoDeleteTime() [2/2]

td::td_api::messageChatSetMessageAutoDeleteTime::messageChatSetMessageAutoDeleteTime ( int32  message_auto_delete_time_,
int53  from_user_id_ 
)

The auto-delete or self-destruct timer for messages in the chat has been changed.

Parameters
[in]message_auto_delete_time_New value auto-delete or self-destruct time, in seconds; 0 if disabled.
[in]from_user_id_If not 0, a user identifier, which default setting was automatically applied.

Member Function Documentation

◆ store()

void td::td_api::messageChatSetMessageAutoDeleteTime::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

◆ from_user_id_

int53 td::td_api::messageChatSetMessageAutoDeleteTime::from_user_id_

If not 0, a user identifier, which default setting was automatically applied.

Definition at line 41084 of file td_api.h.

◆ ID

const std::int32_t td::td_api::messageChatSetMessageAutoDeleteTime::ID = 1637745966
static

Identifier uniquely determining a type of the object.

Definition at line 41100 of file td_api.h.

◆ message_auto_delete_time_

int32 td::td_api::messageChatSetMessageAutoDeleteTime::message_auto_delete_time_

New value auto-delete or self-destruct time, in seconds; 0 if disabled.

Definition at line 41082 of file td_api.h.


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