Class ComponentInteractionAttribute
- Namespace
- NetCord.Services.ComponentInteractions
- Assembly
- NetCord.Services.dll
[AttributeUsage(AttributeTargets.Method)]
public class ComponentInteractionAttribute : Attribute
- Inheritance
-
ComponentInteractionAttribute
- Inherited Members
Constructors
ComponentInteractionAttribute(string)
public ComponentInteractionAttribute(string customId)
Parameters
customId
string
Properties
CustomId
public string CustomId { get; }