Table of Contents

Property Components

Namespace
DisCatSharp.Entities
Assembly
DisCatSharp.dll

Components

Gets the submitted modal components.

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

[JsonIgnore]
[DiscordDeprecated("Use ModalComponents instead")]
public IReadOnlyList<DiscordTextInputComponent>? Components { get; }

Property Value

IReadOnlyList<DiscordTextInputComponent>