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
/
WelcomeScreenData
Welcome
Screen
Data
@
Serializable
data
class
WelcomeScreenData
(
val
description
:
String
?
,
val
welcomeChannels
:
List
<
WelcomeScreenChannelData
>
)
(
source
)
Members
Constructors
Welcome
Screen
Data
Link copied to clipboard
constructor
(
description
:
String
?
,
welcomeChannels
:
List
<
WelcomeScreenChannelData
>
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
description
Link copied to clipboard
val
description
:
String
?
welcome
Channels
Link copied to clipboard
val
welcomeChannels
:
List
<
WelcomeScreenChannelData
>