MadelineProto/docs/TD_docs/constructors/photo.md
Daniil Gentili 43adf77378 docufix
2017-12-21 20:08:25 +00:00

25 lines
588 B
Markdown

---
title: photo
description: Describes photo
---
## Constructor: photo
[Back to constructors index](index.md)
Describes photo
### Attributes:
| Name | Type | Required | Description |
|----------|---------------|----------|-------------|
|id|[int64](../constructors/int64.md) | Yes|Photo identifier, 0 for deleted photo|
|has\_stickers|[Bool](../types/Bool.md) | Yes|True, if some stickers was added to the photo|
|sizes|Array of [photoSize](../constructors/photoSize.md) | Yes|Available variants of photo of different sizes|
### Type: [Photo](../types/Photo.md)