Table of Contents

Property MaximumValues

Namespace
DisCatSharp.Entities
Assembly
DisCatSharp.dll

MaximumValues

The maximum amount of files that can be uploaded. Must be greater than or equal to 1 or MinimumValues. Defaults to 1.

[JsonProperty("max_values", NullValueHandling = NullValueHandling.Ignore)]
public int? MaximumValues { get; }

Property Value

int?