Skip to content

remove recent sticker

Alexey Kravtsov edited this page May 19, 2020 · 1 revision

libtd-ktx / kotlinx.telegram.coroutines / removeRecentSticker

removeRecentSticker

suspend fun TelegramFlow.removeRecentSticker(isAttached: Boolean, sticker: InputFile?): Unit

Suspend function, which removes a sticker from the list of recently used stickers.

Parameters

isAttached - 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.

Clone this wiki locally