docs
Toggle table of contents
35.1.0
common
Target filter
common
Switch theme
Search in API
Skip to content
docs
docs
/
dev.inmo.tgbotapi.types
/
StickerFormat
Sticker
Format
@
Serializable
(
with
=
StickerFormat.Serializer::class
)
sealed
interface
StickerFormat
(
source
)
Inheritors
Static
Animated
Video
Unknown
Members
Types
Animated
Link copied to clipboard
@
Serializable
object
Animated
:
StickerFormat
Serializer
Link copied to clipboard
object
Serializer
:
KSerializer
<
StickerFormat
>
Static
Link copied to clipboard
@
Serializable
object
Static
:
StickerFormat
Unknown
Link copied to clipboard
@
Serializable
data
class
Unknown
(
val
type
:
String
=
"custom_emoji"
)
:
StickerFormat
Video
Link copied to clipboard
@
Serializable
object
Video
:
StickerFormat
Properties
type
Link copied to clipboard
abstract
val
type
:
String