Table of Contents

Class ActionRow

Namespace
NetCord
Assembly
NetCord.dll
public class ActionRow : IMessageComponent, IComponentContainerComponent, IComponent, IJsonModel<JsonComponent>
Inheritance
ActionRow
Implements
Inherited Members

Constructors

ActionRow(JsonComponent)

public ActionRow(JsonComponent jsonModel)

Parameters

jsonModel JsonComponent

Properties

Components

public IReadOnlyList<IActionRowComponent> Components { get; }

Property Value

IReadOnlyList<IActionRowComponent>

Id

Unique identifier for the component.

public int Id { get; }

Property Value

int