toggle menu
kord
0.16.0-SNAPSHOT
common
switch theme
search in API
kord-core
/
dev.kord.core.cache.data
/
StickerItemData
Sticker
Item
Data
@
Serializable
data
class
StickerItemData
(
val
id
:
Snowflake
,
val
name
:
String
,
val
formatType
:
MessageStickerType
)
(
source
)
Members
Constructors
Sticker
Item
Data
Link copied to clipboard
constructor
(
id
:
Snowflake
,
name
:
String
,
formatType
:
MessageStickerType
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
format
Type
Link copied to clipboard
val
formatType
:
MessageStickerType
id
Link copied to clipboard
val
id
:
Snowflake
name
Link copied to clipboard
val
name
:
String