Table of Contents

Class DiscordActionRowComponent

Namespace
DisCatSharp.Entities
Assembly
DisCatSharp.dll

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

public sealed class DiscordActionRowComponent : DiscordComponent
Inheritance
DiscordActionRowComponent
Inherited Members

Constructors

DiscordActionRowComponent(IEnumerable<DiscordComponent>)

Constructs a new DiscordActionRowComponent.

Properties

Components

The components contained within the action row.