Property Deleted
Deleted
IDs of messages that were deleted using the Message Delete API or Interest based streams removing messages out of order
[JsonPropertyName("deleted")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public ICollection<long>? Deleted { get; set; }