Skip to content

deleteRecentSticker

Sahri Riza Umami edited this page Dec 15, 2016 · 1 revision

Removes a sticker from the list of recently used stickers.

deleteRecentSticker(is_attached, sticker)
Option Description
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
sticker Sticker file to delete

Example

Removes sticker from message 212 from the list of recently used stickers.

deleteRecentSticker(0, 212)

Test script
Frequently Asked Questions
The Functions

Clone this wiki locally