Table of Contents

Interface IModal

Namespace
Discord.Interactions
Assembly
Discord.Net.Interactions.dll

Represents a generic Modal for use with the interaction service.

public interface IModal

Properties

Title

Gets the modal's title.

string Title { get; }

Property Value

string