Class ActionRow
- Namespace
- NetCord
- Assembly
- NetCord.dll
public class ActionRow : IMessageComponent, IComponentContainerComponent, IComponent, IJsonModel<JsonActionRowComponent>
- Inheritance
-
ActionRow
- Implements
- Inherited Members
Constructors
ActionRow(JsonActionRowComponent)
public ActionRow(JsonActionRowComponent jsonModel)
Parameters
jsonModelJsonActionRowComponent
Properties
Components
public IReadOnlyList<IActionRowComponent> Components { get; }
Property Value
Id
Unique identifier for the component.
public int Id { get; }