MadelineProto/docs/API_docs/constructors/document.md

969 B

title description
document document attributes, type and example

Constructor: document

Back to constructors index

Attributes:

Name Type Required
id long Required
access_hash long Required
date int Required
mime_type string Required
size int Required
thumb PhotoSize Required
dc_id int Required
version int Required
attributes Array of DocumentAttribute Required

Type: Document

Example:

$document = ['_' => document, 'id' => long, 'access_hash' => long, 'date' => int, 'mime_type' => string, 'size' => int, 'thumb' => PhotoSize, 'dc_id' => int, 'version' => int, 'attributes' => [Vector t], ];