toggle menu
ktgbotapi
common
switch theme
search in API
tgbotapi.core
/
dev.inmo.tgbotapi.types.files
/
Sticker
/
asInputSticker
as
Input
Sticker
abstract
fun
asInputSticker
(
emojis
:
List
<
String
>
=
emoji ?.let { listOf(it) } ?: error("Unable to create input sticker without emojis")
)
:
InputSticker