mirror of
https://github.com/discordeno/discordeno.git
synced 2026-09-17 08:47:22 +00:00
api-docs: Fix payload for modify current user voice state (#4307)
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user