View Source ExTDLib.Method.SearchStickers (ExTDLib v0.0.4)

Searches for stickers from public sticker sets that correspond to any of the given emoji. Returns object_ptr<Stickers>.

NameTypeDescription
sticker_typeStickerTypeType of the stickers to return.
emojisstringSpace-separated list of emoji to search for; must be non-empty.
limitnumberThe maximum number of stickers to be returned; 0-100.

More details on telegram's documentation.