mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-03 10:08:28 +01:00
943 B
943 B
title | description | nav_exclude | image |
---|---|---|---|
channelAdminLogEventActionChangeWallpaper | The wallpaper was changed | true | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: channelAdminLogEventActionChangeWallpaper
The wallpaper was changed
Attributes:
Name | Type | Required | Description |
---|---|---|---|
prev_value | WallPaper | Yes | Previous wallpaper |
new_value | WallPaper | Yes | New wallpaper |
Type: ChannelAdminLogEventAction
Example:
$channelAdminLogEventActionChangeWallpaper = ['_' => 'channelAdminLogEventActionChangeWallpaper', 'prev_value' => WallPaper, 'new_value' => WallPaper];