BusinessIntro

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

Contains information about the start page settings of a Telegram Business account.

Api reference

Constructors

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

Properties

Link copied to clipboard
val message: String? = null

Optional. Message text of the business intro

Link copied to clipboard
val sticker: Sticker? = null

Optional. Sticker of the business intro

Link copied to clipboard
val title: String? = null

Optional. Title text of the business intro