ChannelAdminLogEventActionChangeAvailableReactions constructor

const ChannelAdminLogEventActionChangeAvailableReactions({
  1. required ChatReactionsBase prevValue,
  2. required ChatReactionsBase newValue,
})

Channel Admin Log Event Action Change Available Reactions constructor.

Implementation

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