Inherits Object.
Represents a list of story albums.
Public Fields | |
array< object_ptr< storyAlbum > > | albums_ |
List of story albums. | |
Public Instance Methods | |
storyAlbums () | |
storyAlbums (array< object_ptr< storyAlbum >> &&albums_) | |
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 |
Static Public Attributes | |
static const std::int32_t | ID = -2123240062 |
Identifier uniquely determining a type of the object. | |
storyAlbums | ( | ) |
Represents a list of story albums.
|
explicit |
Represents a list of story albums.
[in] | albums_ | List of story albums. |
|
finalvirtual |