-
Notifications
You must be signed in to change notification settings - Fork 11
remove recent sticker
Alexey Kravtsov edited this page May 19, 2020
·
1 revision
libtd-ktx / kotlinx.telegram.coroutines / removeRecentSticker
suspend fun
TelegramFlow
.removeRecentSticker(isAttached:
Boolean
, sticker:
InputFile
?):
Unit
Suspend function, which removes a sticker from the list of recently used stickers.
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.