Search Results for

    Show / Hide Table of Contents

    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 Source

    Components

    The components contained within the resolved action row.

    Declaration
    public List<DiscordComponentResult> Components { get; }
    Property Value
    Type Description
    System.Collections.Generic.List<DiscordComponentResult>
    | Improve this Doc View Source

    Type

    The type of component this represents.

    Declaration
    public ComponentType Type { get; }
    Property Value
    Type Description
    ComponentType

    Extension Methods

    ReflectionUtilities.ToDictionary<T>(T)
    • Improve this Doc
    • View Source
    In This Article
    Back to top © 2021-2022 Aiko IT Systems