Skip to content

class Tourmaline::BusinessIntro
inherits Reference #

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

Included modules

JSON::Serializable

Constructors#

.new(pull : JSON::PullParser) #

View source

.new(title : String? = nil, message : String? = nil, sticker : Tourmaline::Sticker? = nil) #

View source

Methods#

#message : String? #

Optional. Message text of the business intro

View source

#message=(message : String?) #

Optional. Message text of the business intro

View source

#sticker : Tourmaline::Sticker? #

Optional. Sticker of the business intro

View source

#sticker=(sticker : Tourmaline::Sticker?) #

Optional. Sticker of the business intro

View source

#title : String? #

Optional. Title text of the business intro

View source

#title=(title : String?) #

Optional. Title text of the business intro

View source