Constructor: inputBusinessIntro
Attributes:
Name | Type | Required |
---|---|---|
title | string | Yes |
description | string | Yes |
sticker | MessageMedia, Message, Update or InputDocument | Optional |
Type: InputBusinessIntro
Example:
$inputBusinessIntro = ['_' => 'inputBusinessIntro', 'title' => 'string', 'description' => 'string', 'sticker' => InputDocument];