BusinessIntro

@Serializable
data class BusinessIntro(val title: String? = null, val message: String? = null, val sticker: Sticker? = null)

Constructors

Link copied to clipboard
constructor(title: String? = null, message: String? = null, sticker: Sticker? = null)

Properties

Link copied to clipboard
@SerialName(value = "message")
val message: String? = null
Link copied to clipboard
@SerialName(value = "sticker")
val sticker: Sticker? = null
Link copied to clipboard
@SerialName(value = "title")
val title: String? = null