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 : IMessageComponent
Inheritance
ActionRowComponent
Implements
Inherited Members

Properties

Components

Gets the child components in this row.

public IReadOnlyCollection<IMessageComponent> Components { get; }

Property Value

IReadOnlyCollection<IMessageComponent>

Type

Gets the ComponentType of this Message Component.

public ComponentType Type { get; }

Property Value

ComponentType