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