WelcomeScreen

@Serializable
data class WelcomeScreen(val description: String?, val welcomeChannels: List<WelcomeScreenChannel>)(source)

Constructors

Link copied to clipboard
constructor(description: String?, welcomeChannels: List<WelcomeScreenChannel>)

Properties

Link copied to clipboard
@SerialName(value = "description")
val description: String?
Link copied to clipboard
@SerialName(value = "welcome_channels")
val welcomeChannels: List<WelcomeScreenChannel>