messages.searchStickers

Search for stickers using AI-powered keyword search

 Method schema is available as of layer 195. Switch »

Parameters

Name Type Description
flags # Flags, see TL conditional fields
emojis flags.0?true If set, returns custom emoji stickers
q string The search term
emoticon string Space-separated list of emojis to search for
lang_code Vector<string> List of possible IETF language tags of the user's input language; may be empty if unknown
offset int Offset for pagination
limit int Maximum number of results to return, see pagination
hash long Hash used for caching, for more info click here.
The hash may be generated locally by using the ids of the returned or stored sticker documents.

Result

messages.FoundStickers

Related pages

Custom emojis

Telegram allows including animated and static custom emojis inside of messages.

Pagination in the API

How to fetch results from large lists of objects.

document

Document

Go up