Interface IMessageComponent
Represents a message component on a message.
Assembly: Discord.Net.Core.dll​
View Source​
Declaration
public interface IMessageComponent
Properties​
Type​
Gets the Discord.ComponentType of this Message Component.
View Source​
Declaration
ComponentType Type { get; }
CustomId​
Gets the custom id of the component if possible; otherwise null
.
View Source​
Declaration
string CustomId { get; }