1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-14 21:46:55 +01:00
MadelineProto/docs/TD_docs/constructors/document.md
Daniil Gentili 8600a2fcba docufix
2017-09-29 15:50:59 +02:00

692 B

title description
document Describes document of any type

Constructor: document

Back to constructors index

Describes document of any type

Attributes:

Name Type Required Description
file_name string Yes Original name of a file as defined by sender
mime_type string Yes MIME type of file as defined by sender
thumb photoSize Yes Document thumb as defined by sender, nullable
document file Yes File with document

Type: Document