messages.getOldFeaturedStickers

Method for fetching previously featured stickers

messages.featuredStickersNotModified#c6dc0c66 count:int = messages.FeaturedStickers;
messages.featuredStickers#b6abc341 hash:int count:int sets:Vector<StickerSetCovered> unread:Vector<long> = messages.FeaturedStickers;
---functions---
messages.getOldFeaturedStickers#5fe7025b offset:int limit:int hash:int = messages.FeaturedStickers;

Parameters

Name Type Description
offset int Offset
limit int Maximum number of results to return, see pagination
hash long Hash for pagination, for more info click here

Result

messages.FeaturedStickers

Related pages

Pagination in the API

How to fetch results from large lists of objects.