ktgbotapi
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
ktgbotapi
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