mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-12 16:07:21 +01:00
371 B
371 B
Constructor: inputMediaPhoto
Attributes:
Name | Type | Required |
---|---|---|
id | InputPhoto | Required |
caption | string | Required |
Type: InputMedia
Example:
$inputMediaPhoto = ['id' => InputPhoto, 'caption' => string, ];