Inherits Object.
Inherited by fileTypeAnimation, fileTypeAudio, fileTypeDocument, fileTypeNone, fileTypePhoto, fileTypeProfilePhoto, fileTypeSecret, fileTypeSecretThumbnail, fileTypeSecure, fileTypeSticker, fileTypeThumbnail, fileTypeUnknown, fileTypeVideo, fileTypeVideoNote, fileTypeVoiceNote, and fileTypeWallpaper.
This class is an abstract base class. Represents the type of a file.
Additional Inherited Members | |
![]() | |
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 |