Skip to content

getArchivedStickerSets

Sahri Riza Umami edited this page Jun 25, 2018 · 4 revisions

Returns a list of archived sticker sets.

getArchivedStickerSets(is_masks, offset_sticker_set_id, limit, callback, data)
Field Type Description
is_masks Bool Pass true to return mask stickers sets; pass false to return ordinary sticker sets.
offset_sticker_set_id int64 Identifier of the sticker set from which to return the result.
limit int32 Maximum number of sticker sets to return.

Example

  • Get a list of archived sticker sets.

    getArchivedStickerSets(0, `11223344556677889900`, 2)

    Response:

    {
      ["@type"] = "stickerSets",
      sets = {},
      total_count = 0
    }

Frequently Asked Questions
The Functions

Clone this wiki locally