MadelineProtoDocs/docs/TD_docs/constructors/chatEventPhotoChanged.md
Daniil Gentili e5a1324684 docufix
2018-04-04 23:19:57 +00:00

25 lines
613 B
Markdown

---
title: chatEventPhotoChanged
description: Chat photo was changed
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
---
# Constructor: chatEventPhotoChanged
[Back to constructors index](index.md)
Chat photo was changed
### Attributes:
| Name | Type | Required | Description |
|----------|---------------|----------|-------------|
|old\_photo|[chatPhoto](../constructors/chatPhoto.md) | Yes|Old photo value, nullable|
|new\_photo|[chatPhoto](../constructors/chatPhoto.md) | Yes|New photo value, nullable|
### Type: [ChatEventAction](../types/ChatEventAction.md)