BusinessIntro

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
val message: String? = null
Link copied to clipboard
val sticker: Sticker? = null
Link copied to clipboard
val title: String? = null