Table of Contents

Interface IMessageComponent

Namespace
Discord
Assembly
Discord.Net.Core.dll

Represents a message component on a message.

public interface IMessageComponent

Properties

CustomId

Gets the custom id of the component if possible; otherwise null.

string CustomId { get; }

Property Value

string

Type

Gets the ComponentType of this Message Component.

ComponentType Type { get; }

Property Value

ComponentType