Skip to main content
Version: v2.10.0

Interface: EndSpeakingEventVoiceReceiverData

warning

⚠️ This interface is only used by a NodeLink node.

Represents the data payload emitted when a user stops speaking in a voice channel.

Property Type Description Optional
userIdstringID of the user who stopped speaking.
guildIdstringID of the guild where the event occurred.
datastringBase64-encoded audio stream data captured from the user.
type"opus" | "pcm"Format of the audio data. Some older versions may also return "ogg/opus" as an unofficial variant.