api-docs: Fix payload for modify current user voice state (#4307)

This commit is contained in:
Fleny
2025-08-11 19:03:54 +02:00
committed by GitHub
parent 09d2697d37
commit 6b8365eca6
+1 -1
View File
@@ -1604,7 +1604,7 @@ export interface EditOwnVoiceState {
/** https://discord.com/developers/docs/resources/guild#update-user-voice-state */
export interface EditUserVoiceState {
/** The id of the channel the user is currently in */
channelId: BigString
channelId?: BigString
/** Toggles the user's suppress state */
suppress?: boolean
/** The user id to target */