MadelineProtoDocs/docs/API_docs/constructors/webDocument.md
2024-05-01 14:53:46 +02:00

1021 B

title description nav_exclude image
webDocument Remote document true https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: webDocument

Back to constructors index

Remote document

Attributes:

Name Type Required Description
url string Yes Document URL
access_hash long Yes Access hash
size int Yes File size
mime_type string Yes MIME type
attributes Array of DocumentAttribute Yes Attributes for media types

Type: WebDocument

Example:

$webDocument = ['_' => 'webDocument', 'url' => 'string', 'access_hash' => long, 'size' => int, 'mime_type' => 'string', 'attributes' => [DocumentAttribute, DocumentAttribute]];