Table of Contents

Property Values

Namespace
DSharpPlus.EventArgs
Assembly
DSharpPlus.dll

Values

A dictionary of submitted fields, keyed on the custom id of the input component.

[JsonIgnore]
public IReadOnlyDictionary<string, string> Values { get; }

Property Value

IReadOnlyDictionary<string, string>