diskord
5.2.0
common
diskord-core
/
com.jessecorbett.diskord.api.common
/
Sticker
Sticker
@
Serializable
data
class
Sticker
(
val
id
:
String
,
val
packId
:
String
?
=
null
,
val
name
:
String
,
val
description
:
String
?
=
null
,
val
tags
:
String
,
val
hash
:
String
,
val
type
:
StickerType
,
val
formatType
:
StickerFormat
,
val
available
:
Boolean
?
=
null
,
val
guildId
:
String
?
=
null
,
val
user
:
User
?
=
null
,
val
sortValue
:
Int
?
=
null
)
:
StickerItem
(
source
)
Members
Constructors
Sticker
Link copied to clipboard
constructor
(
id
:
String
,
packId
:
String
?
=
null
,
name
:
String
,
description
:
String
?
=
null
,
tags
:
String
,
hash
:
String
,
type
:
StickerType
,
formatType
:
StickerFormat
,
available
:
Boolean
?
=
null
,
guildId
:
String
?
=
null
,
user
:
User
?
=
null
,
sortValue
:
Int
?
=
null
)
Properties
available
Link copied to clipboard
@
SerialName
(
value
=
"available"
)
val
available
:
Boolean
?
=
null
description
Link copied to clipboard
@
SerialName
(
value
=
"description"
)
val
description
:
String
?
=
null
format
Type
Link copied to clipboard
@
SerialName
(
value
=
"format_type"
)
open
override
val
formatType
:
StickerFormat
guild
Id
Link copied to clipboard
@
SerialName
(
value
=
"guild_id"
)
val
guildId
:
String
?
=
null
hash
Link copied to clipboard
@
SerialName
(
value
=
"asset"
)
val
hash
:
String
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
pack
Id
Link copied to clipboard
@
SerialName
(
value
=
"pack_id"
)
val
packId
:
String
?
=
null
sort
Value
Link copied to clipboard
@
SerialName
(
value
=
"sort_value"
)
val
sortValue
:
Int
?
=
null
tags
Link copied to clipboard
@
SerialName
(
value
=
"tags"
)
val
tags
:
String
type
Link copied to clipboard
@
SerialName
(
value
=
"type"
)
val
type
:
StickerType
user
Link copied to clipboard
@
SerialName
(
value
=
"user"
)
val
user
:
User
?
=
null