ChatTheme

@Serializable
data class ChatTheme(val themeName: String) : BackgroundType

Constructors

Link copied to clipboard
constructor(themeName: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
@SerialName(value = "theme_name")
val themeName: String
Link copied to clipboard
@EncodeDefault
@SerialName(value = "type")
open override val type: String