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
AddModule(Type)
void AddModule(Type type)
Parameters
type
Type
AddModule<T>()
void AddModule<T>()
Type Parameters
T