toggle menu
kord
0.16.0-SNAPSHOT
common
switch theme
search in API
kord-common
/
dev.kord.common.entity
/
DiscordWelcomeScreen
Discord
Welcome
Screen
@
Serializable
data
class
DiscordWelcomeScreen
(
val
description
:
String
?
,
val
welcomeChannels
:
List
<
DiscordWelcomeScreenChannel
>
)
(
source
)
Members
Constructors
Discord
Welcome
Screen
Link copied to clipboard
constructor
(
description
:
String
?
,
welcomeChannels
:
List
<
DiscordWelcomeScreenChannel
>
)
Properties
description
Link copied to clipboard
val
description
:
String
?
welcome
Channels
Link copied to clipboard
@
SerialName
(
value
=
"welcome_channels"
)
val
welcomeChannels
:
List
<
DiscordWelcomeScreenChannel
>