ChannelAdminLogEventActionChangePhoto constructor

const ChannelAdminLogEventActionChangePhoto({
  1. required PhotoBase prevPhoto,
  2. required PhotoBase newPhoto,
})

Channel Admin Log Event Action Change Photo constructor.

Implementation

const ChannelAdminLogEventActionChangePhoto({
  required this.prevPhoto,
  required this.newPhoto,
}) : super._();