27 lines
765 B
Markdown
Raw Normal View History

2018-04-01 13:19:25 +02:00
---
title: document
description: Describes document of any type
2018-04-04 19:52:48 +02:00
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
2018-04-01 13:19:25 +02:00
---
2018-04-04 23:19:57 +00:00
# Constructor: document
2018-04-01 13:19:25 +02:00
[Back to constructors index](index.md)
Describes document of any type
### Attributes:
| Name | Type | Required | Description |
|----------|---------------|----------|-------------|
|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|
|thumb|[photoSize](../constructors/photoSize.md) | Yes|Document thumb as defined by sender, nullable|
|document|[file](../constructors/file.md) | Yes|File with document|
### Type: [Document](../types/Document.md)