Table of Contents

Interface INestedComponent

Namespace
Discord
Assembly
Discord.Net.Core.dll

Represents a IMessageComponent containing child components.

public interface INestedComponent
Extension Methods

Properties

Components

Gets the child components in this container.

IReadOnlyCollection<IMessageComponent> Components { get; }

Property Value

IReadOnlyCollection<IMessageComponent>