toggle menu
kord
0.16.0-SNAPSHOT
common
switch theme
search in API
kord-common
/
dev.kord.common.entity
/
DiscordStickerItem
Discord
Sticker
Item
@
Serializable
data
class
DiscordStickerItem
(
val
id
:
Snowflake
,
val
name
:
String
,
val
formatType
:
MessageStickerType
)
(
source
)
Members
Constructors
Discord
Sticker
Item
Link copied to clipboard
constructor
(
id
:
Snowflake
,
name
:
String
,
formatType
:
MessageStickerType
)
Properties
format
Type
Link copied to clipboard
@
SerialName
(
value
=
"format_type"
)
val
formatType
:
MessageStickerType
id
Link copied to clipboard
val
id
:
Snowflake
name
Link copied to clipboard
val
name
:
String