ChatEventInviteLinkEdited constructor

const ChatEventInviteLinkEdited({
  1. required ChatInviteLink oldInviteLink,
  2. required ChatInviteLink newInviteLink,
})

A chat invite link was edited

Implementation

const ChatEventInviteLinkEdited({
  required this.oldInviteLink,
  required this.newInviteLink,
});