Table of Contents

Class MessageComponent

Namespace
Discord
Assembly
Discord.Net.Core.dll

Represents a component object used to send components with messages.

public class MessageComponent : INestedComponent
Inheritance
MessageComponent
Implements
Inherited Members
Extension Methods

Properties

Components

Gets the components to be used in a message.

public IReadOnlyCollection<IMessageComponent> Components { get; }

Property Value

IReadOnlyCollection<IMessageComponent>