Constructor: inputRichFilePhoto
Attributes:
| Name | Type | Required |
|---|---|---|
| id | string | Yes |
| photo | MessageMedia, Message, Update or InputPhoto | Optional |
Type: InputRichFile
Example:
$inputRichFilePhoto = ['_' => 'inputRichFilePhoto', 'id' => 'string', 'photo' => InputPhoto];