ktgbotapi
common
tgbotapi.core
/
dev.inmo.tgbotapi.requests.stickers
/
InputSticker
Input
Sticker
@
Serializable
(
with
=
InputStickerSerializer::class
)
interface
InputSticker
Inheritors
Mask
WithKeywords
Members
Types
Mask
Link copied to clipboard
@
Serializable
data
class
Mask
(
val
sticker
:
InputFile
,
val
emojisList
:
List
<
String
>
,
val
maskPosition
:
MaskPosition
?
=
null
)
:
InputSticker
With
Keywords
Link copied to clipboard
@
Serializable
interface
WithKeywords
:
InputSticker
Properties
emojis
List
Link copied to clipboard
abstract
val
emojisList
:
List
<
String
>
sticker
Link copied to clipboard
abstract
val
sticker
:
InputFile