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>.
| Name | Type | Description |
|---|---|---|
| sticker_type | StickerType | Type of the stickers to return. |
| emojis | string | Space-separated list of emoji to search for; must be non-empty. |
| limit | number | The maximum number of stickers to be returned; 0-100. |
More details on telegram's documentation.