Link Search Menu Expand Document

Constructor: inputBusinessIntro

Back to constructors index

Telegram Business introduction ».

Attributes:

NameTypeRequiredDescription
titlestringYesTitle of the introduction message
descriptionstringYesProfile introduction
stickerMessageMedia, Message, Update or InputDocumentOptionalOptional introduction sticker.

Type: InputBusinessIntro

Example:

$inputBusinessIntro = ['_' => 'inputBusinessIntro', 'title' => 'string', 'description' => 'string', 'sticker' => InputDocument];