#include </home/runner/work/tdlib-obf/tdlib-obf/td/generate/auto/td/telegram/td_api.h>
|
| bool | is_attached_ |
| | Pass true to remove the sticker from the list of stickers recently attached to photo or video files; pass false to remove the sticker from the list of recently sent stickers.
|
| |
| object_ptr< InputFile > | sticker_ |
| | Sticker file to delete.
|
| |
|
| static const std::int32_t | ID = 1246577677 |
| | Identifier uniquely determining a type of the object.
|
| |
Removes a sticker from the list of recently used stickers.
Returns object_ptr<Ok>.
Definition at line 120548 of file td_api.h.
◆ ReturnType
Typedef for the type returned by the function.
Definition at line 120584 of file td_api.h.
◆ removeRecentSticker() [1/2]
| td::td_api::removeRecentSticker::removeRecentSticker |
( |
| ) |
|
Default constructor for a function, which removes a sticker from the list of recently used stickers.
Returns object_ptr<Ok>.
◆ removeRecentSticker() [2/2]
| td::td_api::removeRecentSticker::removeRecentSticker |
( |
bool |
is_attached_, |
|
|
object_ptr< InputFile > && |
sticker_ |
|
) |
| |
Creates a function, which removes a sticker from the list of recently used stickers.
Returns object_ptr<Ok>.
- Parameters
-
| [in] | is_attached_ | Pass true to remove the sticker from the list of stickers recently attached to photo or video files; pass false to remove the sticker from the list of recently sent stickers. |
| [in] | sticker_ | Sticker file to delete. |
◆ store()
| void td::td_api::removeRecentSticker::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::removeRecentSticker::ID = 1246577677 |
|
static |
Identifier uniquely determining a type of the object.
Definition at line 120581 of file td_api.h.
◆ is_attached_
| bool td::td_api::removeRecentSticker::is_attached_ |
Pass true to remove the sticker from the list of stickers recently attached to photo or video files; pass false to remove the sticker from the list of recently sent stickers.
Definition at line 120559 of file td_api.h.
◆ sticker_
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