TDLib
Loading...
Searching...
No Matches
td::td_api::chatEventLogFilters Class Referencefinal
Inheritance diagram for td::td_api::chatEventLogFilters:
td::td_api::Object td::TlObject

Public Member Functions

 chatEventLogFilters (bool message_edits_, bool message_deletions_, bool message_pins_, bool member_joins_, bool member_leaves_, bool member_invites_, bool member_promotions_, bool member_restrictions_, bool member_tag_changes_, bool info_changes_, bool setting_changes_, bool invite_link_changes_, bool video_chat_changes_, bool forum_changes_, bool subscription_extensions_)
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

bool message_edits_
bool message_deletions_
bool message_pins_
bool member_joins_
bool member_leaves_
bool member_invites_
bool member_promotions_
bool member_restrictions_
bool member_tag_changes_
bool info_changes_
bool setting_changes_
bool invite_link_changes_
bool video_chat_changes_
bool forum_changes_
bool subscription_extensions_

Static Public Attributes

static const std::int32_t ID = 1572752816

Member Function Documentation

◆ store()

void td::td_api::chatEventLogFilters::store ( TlStorerToString & s,
const char * field_name ) const
finalvirtual

Helper function for the to_string method. Appends a string representation of the object to the storer.

Parameters
[in]sStorer to which the object string representation will be appended.
[in]field_nameObject field_name if applicable.

Implements td::TlObject.


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