Interface IMessageComponent
Represents a message component on a message.
Namespace: Discord
Assembly: Discord.Net.Core.dll
Syntax
public interface IMessageComponent
Properties
| Improve this Doc View SourceCustomId
Gets the custom id of the component if possible; otherwise null.
Declaration
string CustomId { get; }
Property Value
Type | Description |
---|---|
String |
Type
Gets the ComponentType of this Message Component.
Declaration
ComponentType Type { get; }
Property Value
Type | Description |
---|---|
ComponentType |