api.searchInstalledStickerSets()
Searches for installed sticker sets by looking for specified query in their title and name
Parameters
SearchInstalledStickerSetsParams:chevron_leftchevron_right
Parameters
Interface
| Name | Type | Description |
|---|---|---|
isMasks | boolean | Pass true to return mask sticker sets; pass false to return ordinary sticker sets |
query | string | Query to search for |
limit | number | The maximum number of sticker sets to return |
Returns
ApiResponse interface:interface ApiResponse {
_: 'searchInstalledStickerSets' | 'error'
airgram: Airgram
request: {
method: 'searchInstalledStickerSets'
params: SearchInstalledStickerSetsParams
}
response: |
setState: (nextState: Record<string, unknown>) => void
getState: () => Record<string, unknown>
}