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
Id
Unique identifier for the component.
public int Id { get; }