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

24 lines
468 B
Markdown

---
title: chatPhoto
description: Describes chat photo
---
## Constructor: chatPhoto
[Back to constructors index](index.md)
Describes chat photo
### Attributes:
| Name | Type | Required | Description |
|----------|---------------|----------|-------------|
|small|[file](../constructors/file.md) | Yes|Small (160x160) chat photo|
|big|[file](../constructors/file.md) | Yes|Big (640x640) chat photo|
### Type: [ChatPhoto](../types/ChatPhoto.md)