ChatEventInviteLinkRevoked constructor

const ChatEventInviteLinkRevoked({
  1. required ChatInviteLink inviteLink,
})

A chat invite link was revoked

Implementation

const ChatEventInviteLinkRevoked({
  required this.inviteLink,
});