Property MaxStorage
MaxStorage
The maximum amount of File storage Stream Messages may consume
[JsonPropertyName("max_storage")]
[JsonIgnore(Condition = JsonIgnoreCondition.Never)]
[Range(-1, 9.223372036854776E+18)]
public long MaxStorage { get; set; }