854 B
854 B
title | description |
---|---|
inputWebDocument | inputWebDocument attributes, type and example |
Constructor: inputWebDocument
Attributes:
Name | Type | Required |
---|---|---|
url | string | Yes |
size | int | Yes |
mime_type | string | Yes |
attributes | Array of DocumentAttribute | Yes |
Type: InputWebDocument
Example:
$inputWebDocument = ['_' => 'inputWebDocument', 'url' => string, 'size' => int, 'mime_type' => string, 'attributes' => [DocumentAttribute], ];
Or, if you're into Lua:
inputWebDocument={_='inputWebDocument', url=string, size=int, mime_type=string, attributes={DocumentAttribute}, }