messages.SearchStickers#
- class pyrogram.raw.functions.messages.SearchStickers#
Search for stickers using AI-powered keyword search
- Details:
Layer:
198
ID:
29B1C66A
- Parameters:
q (
str
) – The search termemoticon (
str
) – Space-separated list of emojis to search forlang_code (List of
str
) – List of possible IETF language tags of the user’s input language; may be empty if unknownoffset (
int
32-bit
) – Offset for paginationlimit (
int
32-bit
) – Maximum number of results to return, see paginationhash (
int
64-bit
) – 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.emojis (
bool
, optional) – If set, returns custom emoji stickers
- Returns: