ktgbotapi
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
ktgbotapi
tgbotapi.core
/
dev.inmo.tgbotapi.types.stickers
/
SurrogateStickerSet
/
SurrogateStickerSet
Surrogate
Sticker
Set
constructor
(
name
:
StickerSetName
,
title
:
String
,
sticker_type
:
StickerType
,
is_animated
:
Boolean
?
=
false
,
is_video
:
Boolean
?
=
false
,
stickers
:
List
<
Sticker
>
=
emptyList()
,
thumb
:
PhotoSize
?
=
null
)