toggle menu
ktgbotapi
common
switch theme
search in API
tgbotapi.core
/
dev.inmo.tgbotapi.types.stickers
/
CustomEmojiStickerSet
Custom
Emoji
Sticker
Set
@
Serializable
data
class
CustomEmojiStickerSet
(
val
name
:
StickerSetName
,
val
title
:
String
,
val
stickers
:
List
<
CustomEmojiSticker
>
,
val
thumbnail
:
PhotoSize
?
=
null
)
:
StickerSet
Members
Constructors
Custom
Emoji
Sticker
Set
Link copied to clipboard
constructor
(
name
:
StickerSetName
,
title
:
String
,
stickers
:
List
<
CustomEmojiSticker
>
,
thumbnail
:
PhotoSize
?
=
null
)
Properties
name
Link copied to clipboard
@
SerialName
(
value
=
"name"
)
open
override
val
name
:
StickerSetName
stickers
Link copied to clipboard
@
SerialName
(
value
=
"stickers"
)
open
override
val
stickers
:
List
<
CustomEmojiSticker
>
sticker
Type
Link copied to clipboard
@
SerialName
(
value
=
"sticker_type"
)
@
EncodeDefault
open
override
val
stickerType
:
StickerType
thumbnail
Link copied to clipboard
@
SerialName
(
value
=
"thumbnail"
)
open
override
val
thumbnail
:
PhotoSize
?
=
null
title
Link copied to clipboard
@
SerialName
(
value
=
"title"
)
open
override
val
title
:
String