1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-15 20:56:54 +01:00
MadelineProto/docs/TD_docs/constructors/chatEventPhotoChanged.md
Daniil Gentili 8600a2fcba docufix
2017-09-29 15:50:59 +02:00

24 lines
512 B
Markdown

---
title: chatEventPhotoChanged
description: Chat photo changed
---
## Constructor: chatEventPhotoChanged
[Back to constructors index](index.md)
Chat photo changed
### Attributes:
| Name | Type | Required | Description |
|----------|---------------|----------|-------------|
|old\_photo|[chatPhoto](../constructors/chatPhoto.md) | Yes|Old photo value|
|new\_photo|[chatPhoto](../constructors/chatPhoto.md) | Yes|New photo value|
### Type: [ChatEventAction](../types/ChatEventAction.md)