TDLib
Loading...
Searching...
No Matches
td::td_api::stickerSet Class Referencefinal

Inherits td::td_api::Object.

Public Member Functions

 stickerSet ()
 
 stickerSet (int64 id_, string const &title_, string const &name_, object_ptr< thumbnail > &&thumbnail_, array< object_ptr< closedVectorPath > > &&thumbnail_outline_, bool is_installed_, bool is_archived_, bool is_official_, object_ptr< StickerFormat > &&sticker_format_, object_ptr< StickerType > &&sticker_type_, bool is_viewed_, array< object_ptr< sticker > > &&stickers_, array< object_ptr< emojis > > &&emojis_)
 
std::int32_t get_id () const final
 
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

int64 id_
 Identifier of the sticker set.
 
string title_
 Title of the sticker set.
 
string name_
 Name of the sticker set.
 
object_ptr< thumbnailthumbnail_
 Sticker set thumbnail in WEBP, TGS, or WEBM format with width and height 100; may be null. The file can be downloaded only before the thumbnail is changed.
 
array< object_ptr< closedVectorPath > > thumbnail_outline_
 Sticker set thumbnail's outline represented as a list of closed vector paths; may be empty. The coordinate system origin is in the upper-left corner.
 
bool is_installed_
 True, if the sticker set has been installed by the current user.
 
bool is_archived_
 True, if the sticker set has been archived. A sticker set can't be installed and archived simultaneously.
 
bool is_official_
 True, if the sticker set is official.
 
object_ptr< StickerFormatsticker_format_
 Format of the stickers in the set.
 
object_ptr< StickerTypesticker_type_
 Type of the stickers in the set.
 
bool is_viewed_
 True for already viewed trending sticker sets.
 
array< object_ptr< sticker > > stickers_
 List of stickers in this set.
 
array< object_ptr< emojis > > emojis_
 A list of emoji corresponding to the stickers in the same order. The list is only for informational purposes, because a sticker is always sent with a fixed emoji from the corresponding Sticker object.
 

Static Public Attributes

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

Detailed Description

Represents a sticker set.

Constructor & Destructor Documentation

◆ stickerSet() [1/2]

td::td_api::stickerSet::stickerSet ( )

Represents a sticker set.

◆ stickerSet() [2/2]

td::td_api::stickerSet::stickerSet ( int64  id_,
string const &  title_,
string const &  name_,
object_ptr< thumbnail > &&  thumbnail_,
array< object_ptr< closedVectorPath > > &&  thumbnail_outline_,
bool  is_installed_,
bool  is_archived_,
bool  is_official_,
object_ptr< StickerFormat > &&  sticker_format_,
object_ptr< StickerType > &&  sticker_type_,
bool  is_viewed_,
array< object_ptr< sticker > > &&  stickers_,
array< object_ptr< emojis > > &&  emojis_ 
)

Represents a sticker set.

Parameters
[in]id_Identifier of the sticker set.
[in]title_Title of the sticker set.
[in]name_Name of the sticker set.
[in]thumbnail_Sticker set thumbnail in WEBP, TGS, or WEBM format with width and height 100; may be null. The file can be downloaded only before the thumbnail is changed.
[in]thumbnail_outline_Sticker set thumbnail's outline represented as a list of closed vector paths; may be empty. The coordinate system origin is in the upper-left corner.
[in]is_installed_True, if the sticker set has been installed by the current user.
[in]is_archived_True, if the sticker set has been archived. A sticker set can't be installed and archived simultaneously.
[in]is_official_True, if the sticker set is official.
[in]sticker_format_Format of the stickers in the set.
[in]sticker_type_Type of the stickers in the set.
[in]is_viewed_True for already viewed trending sticker sets.
[in]stickers_List of stickers in this set.
[in]emojis_A list of emoji corresponding to the stickers in the same order. The list is only for informational purposes, because a sticker is always sent with a fixed emoji from the corresponding Sticker object.

Member Function Documentation

◆ get_id()

std::int32_t td::td_api::stickerSet::get_id ( ) const
inlinefinalvirtual

Returns identifier uniquely determining a type of the object.

Returns
this->ID.

Implements td::TlObject.

◆ store()

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


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