messages.searchStickers

messages.foundStickersNotModified#6010c534 flags:# next_offset:flags.0?int = messages.FoundStickers;
messages.foundStickers#82c9e290 flags:# next_offset:flags.0?int hash:long stickers:Vector<Document> = messages.FoundStickers;
---functions---
messages.searchStickers#29b1c66a flags:# emojis:flags.0?true q:string emoticon:string lang_code:Vector<string> offset:int limit:int hash:long = messages.FoundStickers;

Parameters

Name Type Description
flags # Flags, see TL conditional fields
emojis flags.0?true  
q string  
emoticon string  
lang_code Vector<string>  
offset int  
limit int Maximum number of results to return, see pagination
hash long Hash used for caching, for more info click here.

Result

messages.FoundStickers

Bots can use this method

Related pages

Pagination in the API

How to fetch results from large lists of objects.