ChannelAdminLogEventActionExportedInviteRevoke constructor

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

Channel Admin Log Event Action Exported Invite Revoke constructor.

Implementation

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