25 lines
588 B
Markdown
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)
|
|
|
|
|