Class DiscordActionRowComponentResult
Represents a DiscordActionRowComponentResult resolved from a ModalSubmit.
Inheritance
System.Object
DiscordActionRowComponentResult
Namespace: DisCatSharp.Entities
Assembly: DisCatSharp.dll
Syntax
public sealed class DiscordActionRowComponentResult
Properties
| Improve this Doc View SourceComponents
The components contained within the resolved action row.
Declaration
public List<DiscordComponentResult> Components { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<DiscordComponentResult> |
Type
The type of component this represents.
Declaration
public ComponentType Type { get; }
Property Value
Type | Description |
---|---|
ComponentType |