Constructor: inputWebDocument
The document
Attributes:
| Name | Type | Required | Description |
|---|---|---|---|
| url | string | Yes | Remote document URL to be downloaded using the appropriate method |
| size | int | Yes | Remote file size |
| mime_type | string | Yes | Mime type |
| attributes | Array of DocumentAttribute | Yes | Attributes for media types |
Type: InputWebDocument
Example:
$inputWebDocument = ['_' => 'inputWebDocument', 'url' => 'string', 'size' => int, 'mime_type' => 'string', 'attributes' => [DocumentAttribute, DocumentAttribute]];