libtd-ktx / kotlinx.telegram.coroutines / getArchivedStickerSets
getArchivedStickerSets
suspend fun TelegramFlow.getArchivedStickerSets(isMasks: Boolean, offsetStickerSetId: Long, limit: Int): StickerSets
Suspend function, which returns a list of archived sticker sets.
Parameters
isMasks - Pass true to return mask stickers sets; pass false to return ordinary sticker
sets.
offsetStickerSetId - Identifier of the sticker set from which to return the result.
limit - The maximum number of sticker sets to return.
Return StickerSets Represents a list of sticker sets.