Table of Contents

Class ModalSubmitEventArgs

Namespace
DSharpPlus.EventArgs
Assembly
DSharpPlus.dll

Fired when a modal is submitted. Note that this event is fired only if the modal is submitted by the user, and not if the modal is closed.

public class ModalSubmitEventArgs : InteractionCreateEventArgs
Inheritance
ModalSubmitEventArgs
Inherited Members

Properties

Values

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