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