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 userIdstring ID of the user who stopped speaking. guildIdstring ID of the guild where the event occurred. datastring Base64-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.