mirror of
https://github.com/discordjs/discord-api-types.git
synced 2026-06-02 08:50:09 +00:00
fix(voice): fix remaining payload typos (#1262)
This commit is contained in:
8
deno/voice/v8.ts
generated
8
deno/voice/v8.ts
generated
@@ -533,9 +533,9 @@ export interface VoiceSelectProtocolData {
|
||||
*/
|
||||
export interface VoiceUDPProtocolData {
|
||||
/**
|
||||
* External IP
|
||||
* External address
|
||||
*/
|
||||
ip: string;
|
||||
address: string;
|
||||
/**
|
||||
* External UDP port
|
||||
*/
|
||||
@@ -635,9 +635,9 @@ export interface VoiceDavePrepareEpoch {
|
||||
*/
|
||||
export interface VoiceDavePrepareEpochData {
|
||||
/**
|
||||
* The transition id
|
||||
* The protocol version
|
||||
*/
|
||||
transition_id: number;
|
||||
protocol_version: number;
|
||||
/**
|
||||
* The epoch id
|
||||
*/
|
||||
|
||||
@@ -533,9 +533,9 @@ export interface VoiceSelectProtocolData {
|
||||
*/
|
||||
export interface VoiceUDPProtocolData {
|
||||
/**
|
||||
* External IP
|
||||
* External address
|
||||
*/
|
||||
ip: string;
|
||||
address: string;
|
||||
/**
|
||||
* External UDP port
|
||||
*/
|
||||
@@ -635,9 +635,9 @@ export interface VoiceDavePrepareEpoch {
|
||||
*/
|
||||
export interface VoiceDavePrepareEpochData {
|
||||
/**
|
||||
* The transition id
|
||||
* The protocol version
|
||||
*/
|
||||
transition_id: number;
|
||||
protocol_version: number;
|
||||
/**
|
||||
* The epoch id
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user