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
/
PrimaryGuildData
Primary
Guild
Data
@
Serializable
data
class
PrimaryGuildData
(
val
identityGuildId
:
Snowflake
?
,
val
identityEnabled
:
Boolean
?
,
val
tag
:
String
?
,
val
badge
:
String
?
)
(
source
)
Members
Constructors
Primary
Guild
Data
Link copied to clipboard
constructor
(
identityGuildId
:
Snowflake
?
,
identityEnabled
:
Boolean
?
,
tag
:
String
?
,
badge
:
String
?
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
badge
Link copied to clipboard
val
badge
:
String
?
identity
Enabled
Link copied to clipboard
val
identityEnabled
:
Boolean
?
identity
Guild
Id
Link copied to clipboard
val
identityGuildId
:
Snowflake
?
tag
Link copied to clipboard
val
tag
:
String
?