-
Notifications
You must be signed in to change notification settings - Fork 11
search stickers
Alexey Kravtsov edited this page May 19, 2020
·
1 revision
libtd-ktx / kotlinx.telegram.coroutines / 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.
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.