#include </home/runner/work/tdlib-obf/tdlib-obf/td/generate/auto/td/telegram/td_api.h>
|
| 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't be installed and archived simultaneously.
|
| |
|
| static const std::int32_t | ID = 449357293 |
| | Identifier uniquely determining a type of the object.
|
| |
Installs/uninstalls or activates/archives a sticker set.
Returns object_ptr<Ok>.
Definition at line 90821 of file td_api.h.
◆ ReturnType
Typedef for the type returned by the function.
Definition at line 90860 of file td_api.h.
◆ 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't be installed and archived simultaneously. |
◆ 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] | s | Storer to which object string representation will be appended. |
| [in] | field_name | Object field_name if applicable. |
Implements td::TlObject.
◆ 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'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:
- /home/runner/work/tdlib-obf/tdlib-obf/td/generate/auto/td/telegram/td_api.h