class
Hamilton::Types::BusinessIntro
- Hamilton::Types::BusinessIntro
- Reference
- Object
Overview
Contains information about the start page settings of a Telegram Business account.
Included Modules
- Hamilton::Types::Common
- JSON::Serializable
Defined in:
types/business_intro.crConstructors
- .new(pull : JSON::PullParser)
- .new(params)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
- .new(**params)
Instance Method Summary
-
#message : String | Nil
Message text of the business intro.
-
#message=(message : String | Nil)
Message text of the business intro.
-
#non_nil_fields : Array(String)
List of available non-nil fields.
-
#non_nil_fields=(non_nil_fields : Array(String))
List of available non-nil fields.
-
#sticker : Hamilton::Types::Sticker
Sticker of the business intro.
-
#sticker=(sticker : Hamilton::Types::Sticker)
Sticker of the business intro.
-
#title : String | Nil
Title text of the business intro.
-
#title=(title : String | Nil)
Title text of the business intro.