Table of Contents

Class DiscordActionRowComponent

Namespace
DSharpPlus.Entities
Assembly
DSharpPlus.dll

Represents a row of components. Action rows can have up to five components.

public sealed class DiscordActionRowComponent : DiscordComponent
Inheritance
object
DiscordActionRowComponent
Inherited Members

Constructors

DiscordActionRowComponent(IEnumerable<DiscordComponent>)

Properties

Components

The components contained within the action row.