tdlib-obf API
Reference documentation for the public tdlib-obf API, generated from TDLib schemas and public headers
Loading...
Searching...
No Matches
td::td_api::storyAlbum Class Referencefinal

#include </home/runner/work/tdlib-obf/tdlib-obf/td/generate/auto/td/telegram/td_api.h>

Inheritance diagram for td::td_api::storyAlbum:
td::td_api::Object td::TlObject

Public Member Functions

 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 Member Functions inherited from td::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
 

Public Attributes

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.
 

Static Public Attributes

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

Detailed Description

Describes album of stories.

Definition at line 68668 of file td_api.h.

Constructor & Destructor Documentation

◆ storyAlbum() [1/2]

td::td_api::storyAlbum::storyAlbum ( )

Describes album of stories.

◆ storyAlbum() [2/2]

td::td_api::storyAlbum::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.

Member Function Documentation

◆ store()

void td::td_api::storyAlbum::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 td::TlObject.

Member Data Documentation

◆ ID

const std::int32_t td::td_api::storyAlbum::ID = -346189829
static

Identifier uniquely determining a type of the object.

Definition at line 68703 of file td_api.h.

◆ id_

int32 td::td_api::storyAlbum::id_

Unique identifier of the album.

Definition at line 68679 of file td_api.h.

◆ name_

string td::td_api::storyAlbum::name_

Name of the album.

Definition at line 68681 of file td_api.h.

◆ photo_icon_

object_ptr<photo> td::td_api::storyAlbum::photo_icon_

Icon of the album; may be null if none.

Definition at line 68683 of file td_api.h.

◆ video_icon_

object_ptr<video> td::td_api::storyAlbum::video_icon_

Video icon of the album; may be null if none.

Definition at line 68685 of file td_api.h.


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