Inherits Object.
Describes album of stories.
Public Fields | |
int32 | id_ |
Unique identifier of the album. | |
string | name_ |
Name of the album. | |
object_ptr< photo > | photo_icon_ |
Icon of the album; may be null if none. | |
object_ptr< video > | video_icon_ |
Video icon of the album; may be null if none. | |
Public Instance Methods | |
storyAlbum () | |
storyAlbum (int32 id_, string const &name_, object_ptr< photo > &&photo_icon_, object_ptr< video > &&video_icon_) | |
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 = -346189829 |
Identifier uniquely determining a type of the object. | |
storyAlbum | ( | ) |
Describes album of stories.
storyAlbum | ( | int32 | id_, |
string const & | name_, | ||
object_ptr< photo > && | photo_icon_, | ||
object_ptr< video > && | video_icon_ | ||
) |
Describes album of stories.
[in] | id_ | Unique identifier of the album. |
[in] | name_ | Name of the album. |
[in] | photo_icon_ | Icon of the album; may be null if none. |
[in] | video_icon_ | Video icon of the album; may be null if none. |
|
finalvirtual |