kord
Toggle table of contents
or(map(map(map(map(valueof(ProcessOutputValueSource))))), map(map(map(map(valueof(ProcessOutputValueSource))))))
common
Platform filter
common
Switch theme
Search in API
kord
kord-core
/
dev.kord.core.cache.data
/
WelcomeScreenChannelData
Welcome
Screen
Channel
Data
@
Serializable
data
class
WelcomeScreenChannelData
(
val
channelId
:
Snowflake
,
val
description
:
String
,
val
emojiId
:
Snowflake
?
,
val
emojiName
:
String
?
)
(
source
)
Members
Constructors
Welcome
Screen
Channel
Data
Link copied to clipboard
constructor
(
channelId
:
Snowflake
,
description
:
String
,
emojiId
:
Snowflake
?
,
emojiName
:
String
?
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
channel
Id
Link copied to clipboard
val
channelId
:
Snowflake
description
Link copied to clipboard
val
description
:
String
emoji
Id
Link copied to clipboard
val
emojiId
:
Snowflake
?
emoji
Name
Link copied to clipboard
val
emojiName
:
String
?