Constructor: businessIntro
Telegram Business introduction ».
Attributes:
| Name | Type | Required | Description |
|---|---|---|---|
| title | string | Yes | Title of the introduction message (max intro_title_length_limit » UTF-8 characters). |
| description | string | Yes | Profile introduction (max intro_description_length_limit » UTF-8 characters). |
| sticker | Document | Optional | Optional introduction sticker. |
Type: BusinessIntro
Example:
$businessIntro = ['_' => 'businessIntro', 'title' => 'string', 'description' => 'string', 'sticker' => Document];