Interface IVoiceStateUpdateGatewayHandler
Sent when someone joins/leaves/moves voice channels.
Inner payload is a VoiceState object.
public interface IVoiceStateUpdateGatewayHandler : IGatewayHandler
Remarks
Required Intents: GuildVoiceStates
Optional Intents: None
Methods
HandleAsync(VoiceState)
ValueTask HandleAsync(VoiceState arg)
Parameters
arg
VoiceState