Layer 228
ChannelAdminLogEventActionChangePhoto
The channel/supergroup's picture was changed
constructor
channelAdminLogEventActionChangePhoto#434bd2af prev_photo:Photo new_photo:Photo = ChannelAdminLogEventAction;
Returns
ChannelAdminLogEventActionGogram Example
// Creating ChannelAdminLogEventActionChangePhoto constructor obj := &tg.ChannelAdminLogEventActionChangePhoto{ PrevPhoto: &tg.PhotoObj{}, NewPhoto: &tg.PhotoObj{}, }