Method GetVoiceStateAsync
- Namespace
- DisCatSharp.Entities
- Assembly
- DisCatSharp.dll
GetVoiceStateAsync(CancellationToken)
Gets the member's voice state.
public Task<DiscordVoiceState?> GetVoiceStateAsync(CancellationToken cancellationToken = default)
Parameters
cancellationTokenCancellationTokenA token to cancel the request.