View Source ExTDLib.Method.SearchInstalledStickerSets (ExTDLib v0.0.4)
Searches for installed sticker sets by looking for specified query in their title and name. Returns object_ptr<StickerSets>.
| Name | Type | Description |
|---|---|---|
| sticker_type | StickerType | Type of the sticker sets to search for. |
| query | string | Query to search for. |
| limit | number | The maximum number of sticker sets to return. |
More details on telegram's documentation.