Class ActionRowComponent
Represents a IMessageComponent Row for child components to live in.
Implements
Namespace: Discord
Assembly: Discord.Net.Core.dll
Syntax
public class ActionRowComponent : object, IMessageComponent
Properties
| Improve this Doc View SourceComponents
Gets the child components in this row.
Declaration
public IReadOnlyCollection<IMessageComponent> Components { get; }
Property Value
Type | Description |
---|---|
IReadOnlyCollection<IMessageComponent> |
Type
Gets the ComponentType of this Message Component.
Declaration
public ComponentType Type { get; }
Property Value
Type | Description |
---|---|
ComponentType |
Explicit Interface Implementations
| Improve this Doc View SourceIMessageComponent.CustomId
Declaration
string IMessageComponent.CustomId { get; }
Returns
Type | Description |
---|---|
String |