コード例 #1
0
 public SwitchingInteractiveMessageHandler(IHandlerIndex <IInteractiveMessageHandler> handlers) => _handlers = handlers;
コード例 #2
0
 public SwitchingBlockOptionProvider(IHandlerIndex <IBlockOptionProvider> providers) => _providers = providers;
コード例 #3
0
 public SwitchingSlashCommandHandler(IHandlerIndex <IAsyncSlashCommandHandler> handlers) => _handlers = handlers;
コード例 #4
0
 public SwitchingViewSubmissionHandler(IHandlerIndex <IAsyncViewSubmissionHandler> handlers) => _handlers = handlers;
コード例 #5
0
 public SwitchingDialogSubmissionHandler(IHandlerIndex <IDialogSubmissionHandler> handlers) => _handlers = handlers;