-
Notifications
You must be signed in to change notification settings - Fork 11
change sticker set
Alexey Kravtsov edited this page May 19, 2020
·
1 revision
libtd-ktx / kotlinx.telegram.coroutines / changeStickerSet
suspend fun
TelegramFlow
.changeStickerSet(setId:
Long
, isInstalled:
Boolean
, isArchived:
Boolean
):
Unit
Suspend function, which installs/uninstalls or activates/archives a sticker set.
setId
- Identifier of the sticker set.
isInstalled
- The new value of isInstalled.
isArchived
- The new value of isArchived. A sticker set can't be installed and archived
simultaneously.