Interface IComponentInteractionService
- Namespace
- NetCord.Services.ComponentInteractions
- Assembly
- NetCord.Services.dll
public interface IComponentInteractionService : IService
- Inherited Members
Methods
AddComponentInteraction(ComponentInteractionBuilder)
void AddComponentInteraction(ComponentInteractionBuilder builder)
Parameters
builder
ComponentInteractionBuilder
AddModule(Type)
void AddModule(Type type)
Parameters
type
Type
AddModule<T>()
void AddModule<T>()
Type Parameters
T