|
|
| 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 |
| 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 |
|
|
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 const std::int32_t | ID = 1572752816 |
◆ 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] | s | Storer to which the object string representation will be appended. |
| [in] | field_name | Object field_name if applicable. |
Implements td::TlObject.
The documentation for this class was generated from the following file: