libtd-ktx / kotlinx.telegram.coroutines / searchStickerSets
searchStickerSets
suspend fun TelegramFlow.searchStickerSets(query: String?): StickerSets
Suspend function, which searches for ordinary sticker sets by looking for specified query in their title and name. Excludes installed sticker sets from the results.
Parameters
query - Query to search for.
Return StickerSets Represents a list of sticker sets.