class Tourmaline::BusinessIntro
- Tourmaline::BusinessIntro
- Reference
- Object
Overview
Contains information about the start page settings of a Telegram Business account.
Included Modules
- JSON::Serializable
Defined in:
tourmaline/types/api.crConstructors
- .new(pull : JSON::PullParser)
- .new(title : String | Nil = nil, message : String | Nil = nil, sticker : Tourmaline::Sticker | Nil = nil)
Instance Method Summary
-
#message : String | Nil
Optional.
-
#message=(message : String | Nil)
Optional.
-
#sticker : Tourmaline::Sticker | Nil
Optional.
-
#sticker=(sticker : Tourmaline::Sticker | Nil)
Optional.
-
#title : String | Nil
Optional.
-
#title=(title : String | Nil)
Optional.
Constructor Detail
def self.new(title : String | Nil = nil, message : String | Nil = nil, sticker : Tourmaline::Sticker | Nil = nil)
#