Search Results for

    Show / Hide Table of Contents

    Class ActionRowComponent

    Represents a IMessageComponent Row for child components to live in.

    Inheritance
    Object
    ActionRowComponent
    Implements
    IMessageComponent
    Namespace: Discord
    Assembly: Discord.Net.Core.dll
    Syntax
    public class ActionRowComponent : object, IMessageComponent

    Properties

    | Improve this Doc View Source

    Components

    Gets the child components in this row.

    Declaration
    public IReadOnlyCollection<IMessageComponent> Components { get; }
    Property Value
    Type Description
    IReadOnlyCollection<IMessageComponent>
    | Improve this Doc View Source

    Type

    Gets the ComponentType of this Message Component.

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

    Explicit Interface Implementations

    | Improve this Doc View Source

    IMessageComponent.CustomId

    Declaration
    string IMessageComponent.CustomId { get; }
    Returns
    Type Description
    String

    Implements

    IMessageComponent

    Theme

    • Improve this Doc
    • View Source
    In This Article
    Back to top Discord.Net (c) 2015-2023 3.10.0