mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-14 17:47:21 +01:00
24 lines
468 B
Markdown
24 lines
468 B
Markdown
---
|
|
title: updateChatPhoto
|
|
description: Chat photo was changed
|
|
---
|
|
## Constructor: updateChatPhoto
|
|
[Back to constructors index](index.md)
|
|
|
|
|
|
|
|
Chat photo was changed
|
|
|
|
### Attributes:
|
|
|
|
| Name | Type | Required | Description |
|
|
|----------|---------------|----------|-------------|
|
|
|chat\_id|[long](../types/long.md) | Yes|Chat identifier|
|
|
|photo|[chatPhoto](../types/chatPhoto.md) | Yes|New chat photo, nullable|
|
|
|
|
|
|
|
|
### Type: [Update](../types/Update.md)
|
|
|
|
|