Example #1
0
 public SwitchingInteractiveMessageHandler(IHandlerIndex <IInteractiveMessageHandler> handlers) => _handlers = handlers;
 public SwitchingBlockOptionProvider(IHandlerIndex <IBlockOptionProvider> providers) => _providers = providers;
Example #3
0
 public SwitchingSlashCommandHandler(IHandlerIndex <IAsyncSlashCommandHandler> handlers) => _handlers = handlers;
Example #4
0
 public SwitchingViewSubmissionHandler(IHandlerIndex <IAsyncViewSubmissionHandler> handlers) => _handlers = handlers;
 public SwitchingDialogSubmissionHandler(IHandlerIndex <IDialogSubmissionHandler> handlers) => _handlers = handlers;