MadelineProtoDocs/docs/TD_docs/methods/addRecentSticker.md
Daniil Gentili e5a1324684 docufix
2018-04-04 23:19:57 +00:00

1.2 KiB

title description image
addRecentSticker Manually adds new sticker to the list of recently used stickers. New sticker is added to the beginning of the list. If the sticker is already in the list, at first it is removed from the list. Only stickers belonging to a sticker set can be added to the list https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Method: addRecentSticker

Back to methods index

YOU CANNOT USE THIS METHOD IN MADELINEPROTO

Manually adds new sticker to the list of recently used stickers. New sticker is added to the beginning of the list. If the sticker is already in the list, at first it is removed from the list. Only stickers belonging to a sticker set can be added to the list

Parameters:

Name Type Required Description
is_attached Bool Yes Pass true to add the sticker to the list of stickers recently attached to photo or video files, pass false to add the sticker to the list of recently sent stickers
sticker InputFile Yes Sticker file to add

Return type: Stickers