ChannelAdminLogEventActionExportedInviteDelete constructor

const ChannelAdminLogEventActionExportedInviteDelete({
  1. required ExportedChatInviteBase invite,
})

Channel Admin Log Event Action Exported Invite Delete constructor.

Implementation

const ChannelAdminLogEventActionExportedInviteDelete({
  required this.invite,
}) : super._();