toggle menu
ktgbotapi
common
switch theme
search in API
tgbotapi.core
/
dev.inmo.tgbotapi.requests.stickers
/
InputSticker
/
WithKeywords
With
Keywords
@
Serializable
interface
WithKeywords
:
InputSticker
Inheritors
Regular
CustomEmoji
Members
Types
Custom
Emoji
Link copied to clipboard
@
Serializable
data
class
CustomEmoji
(
val
sticker
:
InputFile
,
val
emojisList
:
List
<
String
>
,
val
keywords
:
List
<
String
>
)
:
InputSticker.WithKeywords
Regular
Link copied to clipboard
@
Serializable
data
class
Regular
(
val
sticker
:
InputFile
,
val
emojisList
:
List
<
String
>
,
val
keywords
:
List
<
String
>
)
:
InputSticker.WithKeywords
Properties
emojis
List
Link copied to clipboard
abstract
val
emojisList
:
List
<
String
>
keywords
Link copied to clipboard
abstract
val
keywords
:
List
<
String
>
sticker
Link copied to clipboard
abstract
val
sticker
:
InputFile