ChannelAdminLogEventActionToggleSlowMode constructor

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

Channel Admin Log Event Action Toggle Slow Mode constructor.

Implementation

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