Table of Contents

Class ActionRowComponent

Namespace
Discord
Assembly
Discord.Net.Core.dll

Represents a IMessageComponent Row for child components to live in.

public class ActionRowComponent : INestedComponent, IMessageComponent
Inheritance
ActionRowComponent
Implements
Inherited Members
Extension Methods

Properties

Components

Gets the child components in this row.

public IReadOnlyCollection<IMessageComponent> Components { get; }

Property Value

IReadOnlyCollection<IMessageComponent>

Id

public int? Id { get; }

Property Value

int?

Type

Gets the ComponentType of this Message Component.

public ComponentType Type { get; }

Property Value

ComponentType

Methods

ToBuilder()

public ActionRowBuilder ToBuilder()

Returns

ActionRowBuilder