-
Notifications
You must be signed in to change notification settings - Fork 11
get installed sticker sets
Alexey Kravtsov edited this page May 19, 2020
·
1 revision
libtd-ktx / kotlinx.telegram.coroutines / getInstalledStickerSets
suspend fun
TelegramFlow
.getInstalledStickerSets(isMasks:
Boolean
):
StickerSets
Suspend function, which returns a list of installed sticker sets.
isMasks
- Pass true to return mask sticker sets; pass false to return ordinary sticker sets.
Return StickerSets Represents a list of sticker sets.