MadelineProto/docs/TD_docs/constructors/chatPhoto.md

24 lines
454 B
Markdown
Raw Normal View History

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