Class MessageComponent
Represents a component object used to send components with messages.
Namespace: Discord
Assembly: Discord.Net.Core.dll
Syntax
public class MessageComponent : object
Properties
| Improve this Doc View SourceComponents
Gets the components to be used in a message.
Declaration
public IReadOnlyCollection<ActionRowComponent> Components { get; }
Property Value
Type | Description |
---|---|
IReadOnlyCollection<ActionRowComponent> |