toggle menu
kord
0.16.0-SNAPSHOT
common
switch theme
search in API
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
>