diskord
5.2.0
common
diskord-core
/
com.jessecorbett.diskord.api.guild
/
PatchSticker
Patch
Sticker
@
Serializable
data
class
PatchSticker
(
val
name
:
String
?
=
null
,
val
description
:
String
?
=
null
,
val
tags
:
String
?
=
null
)
(
source
)
Members
Constructors
Patch
Sticker
Link copied to clipboard
constructor
(
name
:
String
?
=
null
,
description
:
String
?
=
null
,
tags
:
String
?
=
null
)
Properties
description
Link copied to clipboard
@
SerialName
(
value
=
"description"
)
val
description
:
String
?
=
null
name
Link copied to clipboard
@
SerialName
(
value
=
"name"
)
val
name
:
String
?
=
null
tags
Link copied to clipboard
@
SerialName
(
value
=
"tags"
)
val
tags
:
String
?
=
null