toggle menu
ktgbotapi
common
switch theme
search in API
tgbotapi.core
/
dev.inmo.tgbotapi.types.stickers
/
RegularStickerSet
Regular
Sticker
Set
@
Serializable
data
class
RegularStickerSet
(
val
name
:
StickerSetName
,
val
title
:
String
,
val
stickers
:
List
<
RegularSticker
>
,
val
thumbnail
:
PhotoSize
?
=
null
)
:
StickerSet
Members
Constructors
Regular
Sticker
Set
Link copied to clipboard
constructor
(
name
:
StickerSetName
,
title
:
String
,
stickers
:
List
<
RegularSticker
>
,
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
<
RegularSticker
>
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