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
Inheritance
MessageComponent
Inherited Members

Properties

Components

Gets the components to be used in a message.

public IReadOnlyCollection<ActionRowComponent> Components { get; }

Property Value

IReadOnlyCollection<ActionRowComponent>