toggle menu
ktgbotapi
common
switch theme
search in API
tgbotapi.core
/
dev.inmo.tgbotapi.types.stickers
/
StickerSet
Sticker
Set
@
Serializable
(
with
=
StickerSet.Serializer::class
)
sealed
interface
StickerSet
Inheritors
RegularStickerSet
MaskStickerSet
CustomEmojiStickerSet
UnknownStickerSet
Members
Types
Serializer
Link copied to clipboard
object
Serializer
:
KSerializer
<
StickerSet
>
Properties
name
Link copied to clipboard
abstract
val
name
:
StickerSetName
stickers
Link copied to clipboard
abstract
val
stickers
:
List
<
Sticker
>
sticker
Type
Link copied to clipboard
abstract
val
stickerType
:
StickerType
thumbnail
Link copied to clipboard
abstract
val
thumbnail
:
PhotoSize
?
title
Link copied to clipboard
abstract
val
title
:
String