Table of Contents

Property MaximumLength

Namespace
DSharpPlus.Entities
Assembly
DSharpPlus.dll

MaximumLength

Optional maximum length for this input. Must be a positive integer, if set.

[JsonProperty("max_length", NullValueHandling = NullValueHandling.Ignore)]
public int? MaximumLength { get; set; }

Property Value

int?