Table of Contents
API reference

Property ModalComponents

Namespace
DisCatSharp.Entities
Assembly
DisCatSharp.dll

ModalComponents

Gets the submitted modal components.

If you want to get the components, use DiscordInteraction. DisCatSharp.Entities.DiscordInteraction.Message.Components instead.

public IReadOnlyList<DiscordComponent> ModalComponents { get; }

Property Value

IReadOnlyList<DiscordComponent>