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.