searchStickers - libtd-ktx

Kotlin Coroutines extensions for Telegram API TDLib (Telegram Database library)


libtd-ktx / kotlinx.telegram.coroutines / searchStickers

searchStickers

suspend fun TelegramFlow.searchStickers(emoji: String?, limit: Int): Stickers

Suspend function, which searches for stickers from public sticker sets that correspond to a given emoji.

Parameters

emoji - String representation of emoji; must be non-empty.

limit - The maximum number of stickers to be returned.

Return Stickers Represents a list of stickers.