api.getArchivedStickerSets()
Returns a list of archived sticker sets
Parameters
GetArchivedStickerSetsParams
:chevron_leftchevron_right
Parameters
Interface
Name | Type | Description |
---|---|---|
isMasks | boolean | Pass true to return mask stickers sets; pass false to return ordinary sticker sets |
offsetStickerSetId | string | Identifier of the sticker set from which to return the result |
limit | number | The maximum number of sticker sets to return; up to 100 |
Returns
ApiResponse
interface:interface ApiResponse {
_: 'getArchivedStickerSets' | 'error'
airgram: Airgram
request: {
method: 'getArchivedStickerSets'
params: GetArchivedStickerSetsParams
}
response: |
setState: (nextState: Record<string, unknown>) => void
getState: () => Record<string, unknown>
}