mirror of
https://github.com/discordjs/discord-api-types.git
synced 2026-05-31 07:50:09 +00:00
fix(voice): add max_dave_protocol_version to identify (#1260)
This commit is contained in:
4
deno/voice/v8.ts
generated
4
deno/voice/v8.ts
generated
@@ -476,6 +476,10 @@ export interface VoiceIdentifyData {
|
||||
* Voice connection token
|
||||
*/
|
||||
token: string;
|
||||
/**
|
||||
* The maximum DAVE protocol version supported
|
||||
*/
|
||||
max_dave_protocol_version?: number;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
@@ -476,6 +476,10 @@ export interface VoiceIdentifyData {
|
||||
* Voice connection token
|
||||
*/
|
||||
token: string;
|
||||
/**
|
||||
* The maximum DAVE protocol version supported
|
||||
*/
|
||||
max_dave_protocol_version?: number;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user