Class ComponentInteractionBuilder
- Namespace
- NetCord.Services.ComponentInteractions
- Assembly
- NetCord.Services.dll
public class ComponentInteractionBuilder
- Inheritance
-
ComponentInteractionBuilder
- Inherited Members
Constructors
ComponentInteractionBuilder(string, Delegate)
public ComponentInteractionBuilder(string customId, Delegate handler)
Parameters
Properties
CustomId
public string CustomId { get; }
Property Value
Handler
public Delegate Handler { get; }