Daniil Gentili e5a1324684 docufix
2018-04-04 23:19:57 +00:00

25 lines
541 B
Markdown

---
title: chatPhoto
description: Describes chat photo
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
---
# 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)