1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-15 00:46:56 +01:00
MadelineProto/docs/TD_docs/constructors/chatEventPhotoChanged.md

24 lines
540 B
Markdown
Raw Normal View History

2017-08-25 15:05:53 +02:00
---
title: chatEventPhotoChanged
2017-12-21 21:08:25 +01:00
description: Chat photo was changed
2017-08-25 15:05:53 +02:00
---
## Constructor: chatEventPhotoChanged
[Back to constructors index](index.md)
2017-12-21 21:08:25 +01:00
Chat photo was changed
2017-08-25 15:05:53 +02:00
### Attributes:
| Name | Type | Required | Description |
|----------|---------------|----------|-------------|
2017-12-21 21:08:25 +01:00
|old\_photo|[chatPhoto](../constructors/chatPhoto.md) | Yes|Old photo value, nullable|
|new\_photo|[chatPhoto](../constructors/chatPhoto.md) | Yes|New photo value, nullable|
2017-08-25 15:05:53 +02:00
### Type: [ChatEventAction](../types/ChatEventAction.md)