MadelineProtoDocs/docs/TD_docs/methods/getArchivedStickerSets.md

26 lines
839 B
Markdown

---
title: getArchivedStickerSets
description: Returns list of archived sticker sets
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
---
# Method: getArchivedStickerSets
[Back to methods index](index.md)
YOU CANNOT USE THIS METHOD IN MADELINEPROTO
Returns list of archived sticker sets
### Parameters:
| Name | Type | Description | Required |
|----------|---------------|-------------|----------|
|is\_masks|[Bool](../types/Bool.md) | Pass true to return mask stickers sets, pass false to return ordinary sticker sets | Yes|
|offset\_sticker\_set\_id|[int64](../constructors/int64.md) | Identifier of the sticker set from which return the result | Yes|
|limit|[int](../types/int.md) | Maximum number of sticker sets to return | Yes|
### Return type: [StickerSets](../types/StickerSets.md)