Inherits Object.
Inherited by settingsSectionAppearance, settingsSectionAskQuestion, settingsSectionBusiness, settingsSectionChatFolders, settingsSectionDataAndStorage, settingsSectionDevices, settingsSectionEditProfile, settingsSectionFaq, settingsSectionFeatures, settingsSectionInAppBrowser, settingsSectionLanguage, settingsSectionMyStars, settingsSectionMyToncoins, settingsSectionNotifications, settingsSectionPowerSaving, settingsSectionPremium, settingsSectionPrivacyAndSecurity, settingsSectionPrivacyPolicy, settingsSectionQrCode, settingsSectionSearch, and settingsSectionSendGift.
This class is an abstract base class. Describes a section of the application settings.
Additional Inherited Members | |
Public Instance Methods inherited from TlObject | |
| virtual std::int32_t | get_id () const =0 |
| virtual void | store (TlStorerUnsafe &s) const |
| virtual void | store (TlStorerCalcLength &s) const |
| virtual void | store (TlStorerToString &s, const char *field_name) const =0 |
| TlObject ()=default | |
| TlObject (const TlObject &)=delete | |
| TlObject & | operator= (const TlObject &)=delete |
| TlObject (TlObject &&)=default | |
| TlObject & | operator= (TlObject &&)=default |
| virtual | ~TlObject ()=default |