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 term

  • emoticon (str) – Space-separated list of emojis to search for

  • lang_code (List of str) – List of possible IETF language tags of the user’s input language; may be empty if unknown

  • offset (int 32-bit) – Offset for pagination

  • limit (int 32-bit) – Maximum number of results to return, see pagination

  • hash (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:

messages.FoundStickers