mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-04 21:47:50 +01:00
386 B
386 B
Constructor: inputMediaDocument
Attributes:
Name | Type | Required |
---|---|---|
id | InputDocument | Required |
caption | string | Required |
Type: InputMedia
Example:
$inputMediaDocument = ['id' => InputDocument, 'caption' => string, ];