#include </home/runner/work/tdlib-obf/tdlib-obf/td/generate/auto/td/telegram/td_api.h>
|
| int53 | user_id_ |
| | Sticker set owner; ignored for regular users.
|
| |
| string | name_ |
| | Sticker set name. The sticker set must be owned by the current user, and contain less than 200 stickers for custom emoji sticker sets and less than 120 otherwise.
|
| |
| object_ptr< inputSticker > | sticker_ |
| | Sticker to add to the set.
|
| |
|
| static const std::int32_t | ID = 1457266235 |
| | Identifier uniquely determining a type of the object.
|
| |
Adds a new sticker to a set.
Returns object_ptr<Ok>.
Definition at line 89282 of file td_api.h.
◆ ReturnType
Typedef for the type returned by the function.
Definition at line 89321 of file td_api.h.
◆ addStickerToSet() [1/2]
| td::td_api::addStickerToSet::addStickerToSet |
( |
| ) |
|
Default constructor for a function, which adds a new sticker to a set.
Returns object_ptr<Ok>.
◆ addStickerToSet() [2/2]
Creates a function, which adds a new sticker to a set.
Returns object_ptr<Ok>.
- Parameters
-
| [in] | user_id_ | Sticker set owner; ignored for regular users. |
| [in] | name_ | Sticker set name. The sticker set must be owned by the current user, and contain less than 200 stickers for custom emoji sticker sets and less than 120 otherwise. |
| [in] | sticker_ | Sticker to add to the set. |
◆ store()
| void td::td_api::addStickerToSet::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::addStickerToSet::ID = 1457266235 |
|
static |
Identifier uniquely determining a type of the object.
Definition at line 89318 of file td_api.h.
◆ name_
| string td::td_api::addStickerToSet::name_ |
Sticker set name. The sticker set must be owned by the current user, and contain less than 200 stickers for custom emoji sticker sets and less than 120 otherwise.
Definition at line 89295 of file td_api.h.
◆ sticker_
Sticker to add to the set.
Definition at line 89297 of file td_api.h.
◆ user_id_
| int53 td::td_api::addStickerToSet::user_id_ |
Sticker set owner; ignored for regular users.
Definition at line 89293 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