Table of Contents

Class ActionRow

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

Constructors

ActionRow(JsonComponent)

public ActionRow(JsonComponent jsonModel)

Parameters

jsonModel JsonComponent

Properties

Buttons

public IReadOnlyList<IButton> Buttons { get; }

Property Value

IReadOnlyList<IButton>