getStickerEmojis - libtd-ktx

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


libtd-ktx / kotlinx.telegram.coroutines / getStickerEmojis

getStickerEmojis

suspend fun TelegramFlow.getStickerEmojis(sticker: InputFile?): Emojis

Suspend function, which returns emoji corresponding to a sticker. The list is only for informational purposes, because a sticker is always sent with a fixed emoji from the corresponding Sticker object.

Parameters

sticker - Sticker file identifier.

Return Emojis Represents a list of emoji.