Constructor: inputBusinessIntro
Telegram Business introduction ».
Attributes:
| Name | Type | Required | Description |
|---|---|---|---|
| title | string | Yes | Title of the introduction message |
| description | string | Yes | Profile introduction |
| sticker | MessageMedia, Message, Update or InputDocument | Optional | Optional introduction sticker. |
Type: InputBusinessIntro
Example:
$inputBusinessIntro = ['_' => 'inputBusinessIntro', 'title' => 'string', 'description' => 'string', 'sticker' => InputDocument];