1013 B
1013 B
title | description | image |
---|---|---|
webDocumentNoProxy | Web document no proxy | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: webDocumentNoProxy
Web document no proxy
Attributes:
Name | Type | Required | Description |
---|---|---|---|
url | string | Yes | URL |
size | int | Yes | Size |
mime_type | string | Yes | Mime type |
attributes | Array of DocumentAttribute | Yes | Attributes |
Type: WebDocument
Example:
$webDocumentNoProxy = ['_' => 'webDocumentNoProxy', 'url' => 'string', 'size' => int, 'mime_type' => 'string', 'attributes' => [DocumentAttribute, DocumentAttribute]];
Or, if you're into Lua:
webDocumentNoProxy={_='webDocumentNoProxy', url='string', size=int, mime_type='string', attributes={DocumentAttribute}}