Class ActionRowComponent
- Namespace
- Discord
- Assembly
- Discord.Net.Core.dll
Represents a IMessageComponent Row for child components to live in.
public class ActionRowComponent : INestedComponent, IMessageComponent
- Inheritance
-
ActionRowComponent
- Implements
- Inherited Members
- Extension Methods
Properties
Components
Gets the child components in this row.
public IReadOnlyCollection<IMessageComponent> Components { get; }
Property Value
Id
public int? Id { get; }
Property Value
- int?
Type
Gets the ComponentType of this Message Component.
public ComponentType Type { get; }
Property Value
Methods
ToBuilder()
Converts a ActionRowComponent to a ActionRowBuilder.
public ActionRowBuilder ToBuilder()