Property DeletedDetails
DeletedDetails
When true will result in a full list of deleted message IDs being returned in the info response
[JsonPropertyName("deleted_details")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool DeletedDetails { get; set; }