Skip to content

search stickers

Alexey Kravtsov edited this page May 19, 2020 · 1 revision

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.

Clone this wiki locally