libtd-ktx / kotlinx.telegram.coroutines / reorderInstalledStickerSets
reorderInstalledStickerSets
suspend fun TelegramFlow.reorderInstalledStickerSets(isMasks: Boolean, stickerSetIds: LongArray?): Unit
Suspend function, which changes the order of installed sticker sets.
Parameters
isMasks - Pass true to change the order of mask sticker sets; pass false to change the order
of ordinary sticker sets.
stickerSetIds - Identifiers of installed sticker sets in the new correct order.