MadelineProtoDocs/docs/API_docs/constructors/channelAdminLogEventActionChangeWallpaper.md
2024-05-01 14:53:46 +02:00

31 lines
943 B
Markdown

---
title: "channelAdminLogEventActionChangeWallpaper"
description: "The wallpaper was changed"
nav_exclude: true
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
---
# Constructor: channelAdminLogEventActionChangeWallpaper
[Back to constructors index](/API_docs/constructors/index.html)
The [wallpaper](https://core.telegram.org/api/wallpapers) was changed
### Attributes:
| Name | Type | Required | Description |
|----------|---------------|----------|-------------|
|prev\_value|[WallPaper](/API_docs/types/WallPaper.html) | Yes|Previous wallpaper|
|new\_value|[WallPaper](/API_docs/types/WallPaper.html) | Yes|New wallpaper|
### Type: [ChannelAdminLogEventAction](/API_docs/types/ChannelAdminLogEventAction.html)
### Example:
```
$channelAdminLogEventActionChangeWallpaper = ['_' => 'channelAdminLogEventActionChangeWallpaper', 'prev_value' => WallPaper, 'new_value' => WallPaper];
```