class Tourmaline::BusinessIntro

Overview

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

Included Modules

Defined in:

tourmaline/types/api.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]
def self.new(title : String | Nil = nil, message : String | Nil = nil, sticker : Tourmaline::Sticker | Nil = nil) #

[View source]

Instance Method Detail

def message : String | Nil #

Optional. Message text of the business intro


[View source]
def message=(message : String | Nil) #

Optional. Message text of the business intro


[View source]
def sticker : Tourmaline::Sticker | Nil #

Optional. Sticker of the business intro


[View source]
def sticker=(sticker : Tourmaline::Sticker | Nil) #

Optional. Sticker of the business intro


[View source]
def title : String | Nil #

Optional. Title text of the business intro


[View source]
def title=(title : String | Nil) #

Optional. Title text of the business intro


[View source]