Skip to content

getAttachedStickerSets

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

Returns a list of sticker sets attached to a file. Currently only photos and videos can have attached sticker sets.

getAttachedStickerSets(file_id, callback, data)
Field Type Description
file_id int32 File identifier

Example

  • Get a list of sticker sets attached to a file id 123454321.

    getAttachedStickerSets(123454321)

    Response:

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

Frequently Asked Questions
The Functions

Clone this wiki locally