2017-03-11 19:54:51 +01:00
|
|
|
---
|
|
|
|
title: document
|
|
|
|
description: Describes document of any type
|
|
|
|
---
|
|
|
|
## Constructor: document
|
|
|
|
[Back to constructors index](index.md)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Describes document of any type
|
|
|
|
|
|
|
|
### Attributes:
|
|
|
|
|
|
|
|
| Name | Type | Required | Description |
|
2017-08-20 11:05:56 +02:00
|
|
|
|----------|---------------|----------|-------------|
|
2017-03-11 19:54:51 +01:00
|
|
|
|file\_name|[string](../types/string.md) | Yes|Original name of a file as defined by sender|
|
|
|
|
|mime\_type|[string](../types/string.md) | Yes|MIME type of file as defined by sender|
|
2017-09-29 15:50:59 +02:00
|
|
|
|thumb|[photoSize](../constructors/photoSize.md) | Yes|Document thumb as defined by sender, nullable|
|
|
|
|
|document|[file](../constructors/file.md) | Yes|File with document|
|
2017-03-11 19:54:51 +01:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
### Type: [Document](../types/Document.md)
|
|
|
|
|
|
|
|
|