Class ActionRowComponent
Represents a Discord.IMessageComponent Row for child components to live in.
Assembly: Discord.Net.Core.dll​
View Source​
Declaration
public class ActionRowComponent : IMessageComponent
Properties​
Type​
Gets the Discord.ComponentType of this Message Component.
View Source​
Declaration
public ComponentType Type { get; }
Components​
Gets the child components in this row.
View Source​
Declaration
public IReadOnlyCollection<IMessageComponent> Components { get; }
IMessageComponent.CustomId​
View Source​
Declaration
string IMessageComponent.CustomId { get; }