Layer 220
ChannelAdminLogEventActionChangeWallpaper
The wallpaper was changed
constructor
channelAdminLogEventActionChangeWallpaper#31bb5d52 prev_value:WallPaper new_value:WallPaper = ChannelAdminLogEventAction;
Parameters
Returns
ChannelAdminLogEventActionGogram Example
// Creating ChannelAdminLogEventActionChangeWallpaper constructor obj := &tg.ChannelAdminLogEventActionChangeWallpaper{ PrevValue: &tg.WallPaper{}, NewValue: &tg.WallPaper{}, }