messages.getStickers

Get stickers by emoji

messages.stickersNotModified#f1749a22 = messages.Stickers;
messages.stickers#e4599bbd hash:int stickers:Vector<Document> = messages.Stickers;
---functions---
messages.getStickers#43d4f2c emoticon:string hash:int = messages.Stickers;

Parameters

Name Type Description
emoticon string The emoji
hash long Hash used for caching, for more info click here.

Result

messages.Stickers

Possible errors

Code Type Description
400 EMOTICON_EMPTY The emoji is empty.

Related pages

Pagination in the API

How to fetch results from large lists of objects.