Table of Contents

Interface IComponentInteractionService

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

Methods

AddComponentInteraction(ComponentInteractionBuilder)

Adds a component interaction to the service.

void AddComponentInteraction(ComponentInteractionBuilder builder)

Parameters

builder ComponentInteractionBuilder

The component interaction builder.

AddModule(Type)

Adds a module to the service.

void AddModule(Type type)

Parameters

type Type

The type of the module to add.

AddModule<T>()

Adds a module to the service.

void AddModule<T>()

Type Parameters

T

The type of the module to add.