ChannelAdminLogEventActionDefaultBannedRights constructor

const ChannelAdminLogEventActionDefaultBannedRights({
  1. required ChatBannedRightsBase prevBannedRights,
  2. required ChatBannedRightsBase newBannedRights,
})

Channel Admin Log Event Action Default Banned Rights constructor.

Implementation

const ChannelAdminLogEventActionDefaultBannedRights({
  required this.prevBannedRights,
  required this.newBannedRights,
}) : super._();