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)
|
|
|
|
|
|
|
|
|