Table of Contents

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

customId string
handler Delegate

Properties

CustomId

public string CustomId { get; }

Property Value

string

Handler

public Delegate Handler { get; }

Property Value

Delegate