List of all members | Public Fields | Public Instance Methods | Static Public Attributes
storyAlbum Class Referencefinal

Inherits Object.

Description

Describes album of stories.

Public Fields

int32 id_
 Unique identifier of the album.
 
string name_
 Name of the album.
 
object_ptr< photophoto_icon_
 Icon of the album; may be null if none.
 
object_ptr< videovideo_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
 
- Public Instance Methods inherited from TlObject
virtual void store (TlStorerUnsafe &s) const
 
virtual void store (TlStorerCalcLength &s) const
 
 TlObject ()=default
 
 TlObject (const TlObject &)=delete
 
TlObjectoperator= (const TlObject &)=delete
 
 TlObject (TlObject &&)=default
 
TlObjectoperator= (TlObject &&)=default
 
virtual ~TlObject ()=default
 

Static Public Attributes

static const std::int32_t ID = -346189829
 Identifier uniquely determining a type of the object.
 

Constructor & Destructor Documentation

◆ storyAlbum() [1/2]

Describes album of stories.

◆ storyAlbum() [2/2]

storyAlbum ( int32  id_,
string const &  name_,
object_ptr< photo > &&  photo_icon_,
object_ptr< video > &&  video_icon_ 
)

Describes album of stories.

Parameters
[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.

Method Documentation

◆ store()

void store ( TlStorerToString &  s,
const char *  field_name 
) const
finalvirtual

Helper function for to_string method. Appends string representation of the object to the storer.

Parameters
[in]sStorer to which object string representation will be appended.
[in]field_nameObject field_name if applicable.

Implements TlObject.


The documentation for this class was generated from the following file: