Skip to content

searchStickers

Function · TDLib 1.8.67 · d1085f9c

Searches for stickers from public sticker sets that correspond to any of the given emoji

searchStickers(
  sticker_type: StickerType,
  emojis: string,
  query: string,
  input_language_codes: list of string,
  offset: int32,
  limit: int32
) → Stickers

sticker_type

StickerType

Type of the stickers to return

emojis

string

Space-separated list of emojis to search for

query

string

Query to search for; may be empty to search for emoji only

input_language_codes

list of string

List of possible IETF language tags of the user's input language; may be empty if unknown

offset

int32

The offset from which to return the stickers; must be non-negative

limit

int32

The maximum number of stickers to be returned; 0-100