Table of Contents

Class DiscordActionRowComponent

Namespace
DisCatSharp.Entities
Assembly
DisCatSharp.dll

Represents an action row holding interactable components like DiscordButtonComponent and DiscordBaseSelectComponent.

Can hold up to 5 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.

Methods

GetChildren()

Gets the child components of this component, if any.

WithId(int)

Assigns a unique id to this component.