MadelineProto/docs/TD_docs/constructors/photoSize.md
Daniil Gentili 8600a2fcba docufix
2017-09-29 15:50:59 +02:00

26 lines
605 B
Markdown

---
title: photoSize
description: Photo description
---
## Constructor: photoSize
[Back to constructors index](index.md)
Photo description
### Attributes:
| Name | Type | Required | Description |
|----------|---------------|----------|-------------|
|type|[string](../types/string.md) | Yes|Thumbnail type (see https: core.telegram.org/constructor/photoSize)|
|photo|[file](../constructors/file.md) | Yes|Information about photo file|
|width|[int](../types/int.md) | Yes|Photo width|
|height|[int](../types/int.md) | Yes|Photo height|
### Type: [PhotoSize](../types/PhotoSize.md)