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::changeStickerSet Class Referencefinal

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

Inheritance diagram for td::td_api::changeStickerSet:
td::td_api::Function td::TlObject

Public Types

using ReturnType = object_ptr< ok >
 Typedef for the type returned by the function.
 

Public Member Functions

 changeStickerSet ()
 
 changeStickerSet (int64 set_id_, bool is_installed_, bool is_archived_)
 
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 set_id_
 Identifier of the sticker set.
 
bool is_installed_
 The new value of is_installed.
 
bool is_archived_
 The new value of is_archived. A sticker set can&#x27;t be installed and archived simultaneously.
 

Static Public Attributes

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

Detailed Description

Installs/uninstalls or activates/archives a sticker set.

Returns object_ptr<Ok>.

Definition at line 90821 of file td_api.h.

Member Typedef Documentation

◆ ReturnType

Typedef for the type returned by the function.

Definition at line 90860 of file td_api.h.

Constructor & Destructor Documentation

◆ changeStickerSet() [1/2]

td::td_api::changeStickerSet::changeStickerSet ( )

Default constructor for a function, which installs/uninstalls or activates/archives a sticker set.

Returns object_ptr<Ok>.

◆ changeStickerSet() [2/2]

td::td_api::changeStickerSet::changeStickerSet ( int64  set_id_,
bool  is_installed_,
bool  is_archived_ 
)

Creates a function, which installs/uninstalls or activates/archives a sticker set.

Returns object_ptr<Ok>.

Parameters
[in]set_id_Identifier of the sticker set.
[in]is_installed_The new value of is_installed.
[in]is_archived_The new value of is_archived. A sticker set can&#x27;t be installed and archived simultaneously.

Member Function Documentation

◆ store()

void td::td_api::changeStickerSet::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::changeStickerSet::ID = 449357293
static

Identifier uniquely determining a type of the object.

Definition at line 90857 of file td_api.h.

◆ is_archived_

bool td::td_api::changeStickerSet::is_archived_

The new value of is_archived. A sticker set can&#x27;t be installed and archived simultaneously.

Definition at line 90836 of file td_api.h.

◆ is_installed_

bool td::td_api::changeStickerSet::is_installed_

The new value of is_installed.

Definition at line 90834 of file td_api.h.

◆ set_id_

int64 td::td_api::changeStickerSet::set_id_

Identifier of the sticker set.

Definition at line 90832 of file td_api.h.


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