copyWith method

  1. @override
ChatEventInviteLinkRevoked copyWith({
  1. ChatInviteLink? inviteLink,
})
override

Implementation

@override
ChatEventInviteLinkRevoked copyWith({
  ChatInviteLink? inviteLink,
}) => ChatEventInviteLinkRevoked(
  inviteLink: inviteLink ?? this.inviteLink,
);