Class UnknownComponent
- Namespace
- Discord
- Assembly
- Discord.Net.Core.dll
Represents an unknown message component type that Discord has sent but is not yet supported by the library.
public class UnknownComponent : IMessageComponent
- Inheritance
-
UnknownComponent
- Implements
- Inherited Members
Properties
Id
Gets the id for the component.
public int? Id { get; }
Property Value
- int?
RawJson
Gets the raw JSON data of this component.
public string RawJson { get; }
Property Value
RawType
Gets the raw component type value from Discord.
public int RawType { get; }
Property Value
Type
Gets the ComponentType of this Message Component.
public ComponentType Type { get; }