#include </home/runner/work/tdlib-obf/tdlib-obf/td/generate/auto/td/telegram/td_api.h>
|
| string | name_ |
| | Sticker set name. The sticker set must be owned by the current user.
|
| |
| int64 | custom_emoji_id_ |
| | Identifier of the custom emoji from the sticker set, which will be set as sticker set thumbnail; pass 0 to remove the sticker set thumbnail.
|
| |
|
| static const std::int32_t | ID = -1122836246 |
| | Identifier uniquely determining a type of the object.
|
| |
Sets a custom emoji sticker set thumbnail.
Returns object_ptr<Ok>.
Definition at line 130087 of file td_api.h.
◆ ReturnType
Typedef for the type returned by the function.
Definition at line 130123 of file td_api.h.
◆ setCustomEmojiStickerSetThumbnail() [1/2]
| td::td_api::setCustomEmojiStickerSetThumbnail::setCustomEmojiStickerSetThumbnail |
( |
| ) |
|
Default constructor for a function, which sets a custom emoji sticker set thumbnail.
Returns object_ptr<Ok>.
◆ setCustomEmojiStickerSetThumbnail() [2/2]
| td::td_api::setCustomEmojiStickerSetThumbnail::setCustomEmojiStickerSetThumbnail |
( |
string const & |
name_, |
|
|
int64 |
custom_emoji_id_ |
|
) |
| |
Creates a function, which sets a custom emoji sticker set thumbnail.
Returns object_ptr<Ok>.
- Parameters
-
| [in] | name_ | Sticker set name. The sticker set must be owned by the current user. |
| [in] | custom_emoji_id_ | Identifier of the custom emoji from the sticker set, which will be set as sticker set thumbnail; pass 0 to remove the sticker set thumbnail. |
◆ store()
| void td::td_api::setCustomEmojiStickerSetThumbnail::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.
◆ custom_emoji_id_
| int64 td::td_api::setCustomEmojiStickerSetThumbnail::custom_emoji_id_ |
Identifier of the custom emoji from the sticker set, which will be set as sticker set thumbnail; pass 0 to remove the sticker set thumbnail.
Definition at line 130100 of file td_api.h.
◆ ID
| const std::int32_t td::td_api::setCustomEmojiStickerSetThumbnail::ID = -1122836246 |
|
static |
Identifier uniquely determining a type of the object.
Definition at line 130120 of file td_api.h.
◆ name_
| string td::td_api::setCustomEmojiStickerSetThumbnail::name_ |
Sticker set name. The sticker set must be owned by the current user.
Definition at line 130098 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