ChannelAdminLogEventActionChangeHistoryTTL constructor

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

Channel Admin Log Event Action Change History T T L constructor.

Implementation

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