API reference
Event VoiceReceived
- Namespace
- DisCatSharp.Voice
- Assembly
- DisCatSharp.Voice.dll
Triggered whenever voice data is received from the connected voice channel.
public event AsyncEventHandler<VoiceConnection, VoiceReceiveEventArgs> VoiceReceived
Returns
- AsyncEventHandler<VoiceConnection, VoiceReceiveEventArgs>
- Your library to write discord bots in C# with focus on always providing access to the latest discord features.