MadelineProto/docs/API_docs/constructors/chatPhoto.md

18 lines
405 B
Markdown

## Constructor: chatPhoto
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|photo\_small|[FileLocation](../types/FileLocation.md) | Required|
|photo\_big|[FileLocation](../types/FileLocation.md) | Required|
### Type: [ChatPhoto](../types/ChatPhoto.md)
### Example:
```
$chatPhoto = ['photo_small' => FileLocation, 'photo_big' => FileLocation, ];
```