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

943 B

title description nav_exclude image
channelAdminLogEventActionChangeWallpaper The wallpaper was changed true https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: channelAdminLogEventActionChangeWallpaper

Back to constructors index

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];