libtd-ktx / kotlinx.telegram.coroutines / searchInstalledStickerSets
searchInstalledStickerSets
suspend fun
TelegramFlow
.searchInstalledStickerSets(isMasks:
Boolean
, query:
String
?, limit:
Int
):
StickerSets
Suspend function, which searches for installed sticker sets by looking for specified query in their title and name.
Parameters
isMasks
- Pass true to return mask sticker sets; pass false to return ordinary sticker sets.
query
- Query to search for.
limit
- The maximum number of sticker sets to return.
Return StickerSets Represents a list of sticker sets.