Link Search Menu Expand Document

Constructor: businessIntro

Back to constructors index

Telegram Business introduction ».

Attributes:

NameTypeRequiredDescription
titlestringYesTitle of the introduction message (max intro_title_length_limit » UTF-8 characters).
descriptionstringYesProfile introduction (max intro_description_length_limit » UTF-8 characters).
stickerDocumentOptionalOptional introduction sticker.

Type: BusinessIntro

Example:

$businessIntro = ['_' => 'businessIntro', 'title' => 'string', 'description' => 'string', 'sticker' => Document];