toggle menu
ktgbotapi
common
switch theme
search in API
tgbotapi.core
/
dev.inmo.tgbotapi.types
/
StickerType
Sticker
Type
@
Serializable
(
with
=
StickerType.Serializer::class
)
sealed
interface
StickerType
Inheritors
Regular
Mask
CustomEmoji
Unknown
Members
Types
Custom
Emoji
Link copied to clipboard
@
Serializable
object
CustomEmoji
:
StickerType
Mask
Link copied to clipboard
@
Serializable
object
Mask
:
StickerType
Regular
Link copied to clipboard
@
Serializable
object
Regular
:
StickerType
Serializer
Link copied to clipboard
object
Serializer
:
KSerializer
<
StickerType
>
Unknown
Link copied to clipboard
@
Serializable
data
class
Unknown
(
val
type
:
String
=
"custom_emoji"
)
:
StickerType
Properties
type
Link copied to clipboard
abstract
val
type
:
String