コード例 #1
0
 public ObserveVoiceChannelCommand(
     IOptionsMonitor <ObservedVoiceChannelOptions> observedVoiceChannelOptionsMonitor,
     ObservedVoiceChannelsCache observedVoiceChannelsCache)
 {
     _observedVoiceChannelOptionsMonitor = observedVoiceChannelOptionsMonitor;
     _observedVoiceChannelsCache         = observedVoiceChannelsCache;
 }
コード例 #2
0
 public ReactionAddedEventHandler(ObservedVoiceChannelsCache observedVoiceChannelsCache, IOptionsMonitor <ObservedVoiceChannelOptions> observedVoiceChannelOptionsMonitor)
 {
     _observedVoiceChannelsCache         = observedVoiceChannelsCache;
     _observedVoiceChannelOptionsMonitor = observedVoiceChannelOptionsMonitor;
 }
コード例 #3
0
 public ChannelDestroyedEventHandler(ObservedVoiceChannelsCache observedVoiceChannelsCache)
 {
     _observedVoiceChannelsCache = observedVoiceChannelsCache;
 }
コード例 #4
0
 public UserVoiceStateUpdatedEventHandler(ObservedVoiceChannelsCache observedVoiceChannelsCache)
 {
     _observedVoiceChannelsCache = observedVoiceChannelsCache;
 }
コード例 #5
0
 public ReleaseVoiceChannelCommand(ObservedVoiceChannelsCache observedVoiceChannelsCache)
 {
     _observedVoiceChannelsCache = observedVoiceChannelsCache;
 }