2017-03-11 19:54:51 +01:00
|
|
|
---
|
|
|
|
title: photoSize
|
|
|
|
description: Photo description
|
|
|
|
---
|
|
|
|
## Constructor: photoSize
|
|
|
|
[Back to constructors index](index.md)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Photo description
|
|
|
|
|
|
|
|
### Attributes:
|
|
|
|
|
|
|
|
| Name | Type | Required | Description |
|
2017-08-20 11:05:56 +02:00
|
|
|
|----------|---------------|----------|-------------|
|
2017-03-11 19:54:51 +01:00
|
|
|
|type|[string](../types/string.md) | Yes|Thumbnail type (see https: core.telegram.org/constructor/photoSize)|
|
2017-09-29 15:50:59 +02:00
|
|
|
|photo|[file](../constructors/file.md) | Yes|Information about photo file|
|
2017-03-11 19:54:51 +01:00
|
|
|
|width|[int](../types/int.md) | Yes|Photo width|
|
|
|
|
|height|[int](../types/int.md) | Yes|Photo height|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
### Type: [PhotoSize](../types/PhotoSize.md)
|
|
|
|
|
|
|
|
|