From 6b8365eca6630e1aef0aab598a0a8b8e6e2ae511 Mon Sep 17 00:00:00 2001 From: Fleny Date: Mon, 11 Aug 2025 19:03:54 +0200 Subject: [PATCH] api-docs: Fix payload for modify current user voice state (#4307) --- packages/types/src/discordeno.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/types/src/discordeno.ts b/packages/types/src/discordeno.ts index ebbb17966..9b1f5bcba 100644 --- a/packages/types/src/discordeno.ts +++ b/packages/types/src/discordeno.ts @@ -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 */