Table of Contents

Interface IComponentInteractionService

Namespace
NetCord.Services.ComponentInteractions
Assembly
NetCord.Services.dll
public interface IComponentInteractionService : IService
Inherited Members

Methods

AddInteraction(string, Delegate)

void AddInteraction(string customId, Delegate handler)

Parameters

customId string
handler Delegate

AddModule(Type)

void AddModule(Type type)

Parameters

type Type

AddModule<T>()

void AddModule<T>()

Type Parameters

T