copyWith method
Implementation
ChatEventInviteLinkRevoked copyWith({ChatInviteLink? inviteLink}) =>
ChatEventInviteLinkRevoked(inviteLink: inviteLink ?? this.inviteLink);
ChatEventInviteLinkRevoked copyWith({ChatInviteLink? inviteLink}) =>
ChatEventInviteLinkRevoked(inviteLink: inviteLink ?? this.inviteLink);