Skip to main content

Class MessageComponent

Represents a component object used to send components with messages.

Assembly: Discord.Net.Core.dll​
View Source​
Declaration
public class MessageComponent

Properties​

Components​

Gets the components to be used in a message.

View Source​
Declaration
public IReadOnlyCollection<ActionRowComponent> Components { get; }