ChannelAdminLogEventActionChangeLinkedChat constructor

const ChannelAdminLogEventActionChangeLinkedChat({
  1. required int prevValue,
  2. required int newValue,
})

Channel Admin Log Event Action Change Linked Chat constructor.

Implementation

const ChannelAdminLogEventActionChangeLinkedChat({
  required this.prevValue,
  required this.newValue,
}) : super._();