kord
Toggle table of contents
or(map(map(map(map(valueof(ProcessOutputValueSource))))), map(map(map(map(valueof(ProcessOutputValueSource))))))
common
Target filter
common
Switch theme
Search in API
Skip to content
kord
kord-core
/
dev.kord.core.cache.data
/
GuildTraitData
Guild
Trait
Data
@
DiscordAPIPreview
@
Serializable
data
class
GuildTraitData
(
val
emojiId
:
Snowflake
?
=
null
,
val
emojiName
:
String
?
=
null
,
val
emojiAnimated
:
Boolean
,
val
label
:
String
,
val
position
:
Int
)
(
source
)
Members
Constructors
Guild
Trait
Data
Link copied to clipboard
constructor
(
emojiId
:
Snowflake
?
=
null
,
emojiName
:
String
?
=
null
,
emojiAnimated
:
Boolean
,
label
:
String
,
position
:
Int
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
emoji
Animated
Link copied to clipboard
val
emojiAnimated
:
Boolean
emoji
Id
Link copied to clipboard
val
emojiId
:
Snowflake
?
emoji
Name
Link copied to clipboard
val
emojiName
:
String
?
label
Link copied to clipboard
val
label
:
String
position
Link copied to clipboard
val
position
:
Int