fix(voice): add max_dave_protocol_version to identify (#1260)

This commit is contained in:
Snazzah
2025-06-03 08:46:14 +03:00
committed by GitHub
parent c670a2551a
commit 83d34ef00c
2 changed files with 8 additions and 0 deletions
+4
View File
@@ -476,6 +476,10 @@ export interface VoiceIdentifyData {
* Voice connection token
*/
token: string;
/**
* The maximum DAVE protocol version supported
*/
max_dave_protocol_version?: number;
}
/**
+4
View File
@@ -476,6 +476,10 @@ export interface VoiceIdentifyData {
* Voice connection token
*/
token: string;
/**
* The maximum DAVE protocol version supported
*/
max_dave_protocol_version?: number;
}
/**