toggle menu
kord
0.16.0-SNAPSHOT
common
switch theme
search in API
kord-rest
/
dev.kord.rest.json.request
/
GuildStickerCreateRequest
Guild
Sticker
Create
Request
@
Serializable
data
class
GuildStickerCreateRequest
(
val
name
:
String
,
val
description
:
String
,
val
tags
:
String
)
(
source
)
Members
Constructors
Guild
Sticker
Create
Request
Link copied to clipboard
constructor
(
name
:
String
,
description
:
String
,
tags
:
String
)
Properties
description
Link copied to clipboard
val
description
:
String
name
Link copied to clipboard
val
name
:
String
tags
Link copied to clipboard
val
tags
:
String