diskord
5.2.0
common
diskord-core
/
com.jessecorbett.diskord.api.common
/
PartialSticker
Partial
Sticker
@
Serializable
data
class
PartialSticker
(
val
id
:
String
,
val
name
:
String
,
val
formatType
:
StickerFormat
)
:
StickerItem
(
source
)
Members
Constructors
Partial
Sticker
Link copied to clipboard
constructor
(
id
:
String
,
name
:
String
,
formatType
:
StickerFormat
)
Properties
format
Type
Link copied to clipboard
@
SerialName
(
value
=
"format_type"
)
open
override
val
formatType
:
StickerFormat
id
Link copied to clipboard
@
SerialName
(
value
=
"id"
)
open
override
val
id
:
String
name
Link copied to clipboard
@
SerialName
(
value
=
"name"
)
open
override
val
name
:
String