messages.getStickerSet

Get info about a stickerset

messages.stickerSet#b60a24a6 set:StickerSet packs:Vector<StickerPack> documents:Vector<Document> = messages.StickerSet;
---functions---
messages.getStickerSet#2619a90e stickerset:InputStickerSet = messages.StickerSet;

Parameters

Name Type Description
stickerset InputStickerSet Stickerset
hash int Hash for pagination, for more info click here

Result

messages.StickerSet

Possible errors

Code Type Description
400 EMOTICON_STICKERPACK_MISSING inputStickerSetDice.emoji cannot be empty.
406 STICKERSET_INVALID The provided sticker set is invalid.

Bots can use this method

Related pages

Pagination in the API

How to fetch results from large lists of objects.