diff --git a/deno/rest/v10/guild.ts b/deno/rest/v10/guild.ts index fb3f52f7..2a9fab1d 100644 --- a/deno/rest/v10/guild.ts +++ b/deno/rest/v10/guild.ts @@ -828,6 +828,9 @@ export type RESTPatchAPIGuildMemberVerificationJSONBody = AddUndefinedToPossibly export type RESTPatchAPIGuildMemberVerificationResult = APIGuildMembershipScreening; +/** + * https://discord.com/developers/docs/resources/guild#modify-current-user-voice-state + */ export type RESTPatchAPIGuildVoiceStateCurrentMemberJSONBody = AddUndefinedToPossiblyUndefinedPropertiesOfInterface<{ /** * The id of the channel the user is currently in @@ -843,6 +846,14 @@ export type RESTPatchAPIGuildVoiceStateCurrentMemberJSONBody = AddUndefinedToPos request_to_speak_timestamp?: string | null; }>; +/** + * https://discord.com/developers/docs/resources/guild#modify-current-user-voice-state + */ +export type RESTPatchAPIGuildVoiceStateCurrentMemberResult = never; + +/** + * https://discord.com/developers/docs/resources/guild#modify-user-voice-state + */ export type RESTPatchAPIGuildVoiceStateUserJSONBody = AddUndefinedToPossiblyUndefinedPropertiesOfInterface<{ /** * The id of the channel the user is currently in @@ -869,3 +880,8 @@ export type RESTPatchAPIGuildWelcomeScreenJSONBody = Nullable; + +/** + * https://discord.com/developers/docs/resources/guild#modify-guild-welcome-screen + */ +export type RESTPatchAPIGuildWelcomeScreenResult = APIGuildWelcomeScreen; diff --git a/deno/rest/v9/guild.ts b/deno/rest/v9/guild.ts index 33c59deb..b5a9d831 100644 --- a/deno/rest/v9/guild.ts +++ b/deno/rest/v9/guild.ts @@ -834,6 +834,9 @@ export type RESTPatchAPIGuildMemberVerificationJSONBody = AddUndefinedToPossibly export type RESTPatchAPIGuildMemberVerificationResult = APIGuildMembershipScreening; +/** + * https://discord.com/developers/docs/resources/guild#modify-current-user-voice-state + */ export type RESTPatchAPIGuildVoiceStateCurrentMemberJSONBody = AddUndefinedToPossiblyUndefinedPropertiesOfInterface<{ /** * The id of the channel the user is currently in @@ -849,6 +852,14 @@ export type RESTPatchAPIGuildVoiceStateCurrentMemberJSONBody = AddUndefinedToPos request_to_speak_timestamp?: string | null; }>; +/** + * https://discord.com/developers/docs/resources/guild#modify-current-user-voice-state + */ +export type RESTPatchAPIGuildVoiceStateCurrentMemberResult = never; + +/** + * https://discord.com/developers/docs/resources/guild#modify-user-voice-state + */ export type RESTPatchAPIGuildVoiceStateUserJSONBody = AddUndefinedToPossiblyUndefinedPropertiesOfInterface<{ /** * The id of the channel the user is currently in @@ -875,3 +886,8 @@ export type RESTPatchAPIGuildWelcomeScreenJSONBody = Nullable; + +/** + * https://discord.com/developers/docs/resources/guild#modify-guild-welcome-screen + */ +export type RESTPatchAPIGuildWelcomeScreenResult = APIGuildWelcomeScreen; diff --git a/rest/v10/guild.ts b/rest/v10/guild.ts index 85dc74d0..ad80d367 100644 --- a/rest/v10/guild.ts +++ b/rest/v10/guild.ts @@ -828,6 +828,9 @@ export type RESTPatchAPIGuildMemberVerificationJSONBody = AddUndefinedToPossibly export type RESTPatchAPIGuildMemberVerificationResult = APIGuildMembershipScreening; +/** + * https://discord.com/developers/docs/resources/guild#modify-current-user-voice-state + */ export type RESTPatchAPIGuildVoiceStateCurrentMemberJSONBody = AddUndefinedToPossiblyUndefinedPropertiesOfInterface<{ /** * The id of the channel the user is currently in @@ -843,6 +846,14 @@ export type RESTPatchAPIGuildVoiceStateCurrentMemberJSONBody = AddUndefinedToPos request_to_speak_timestamp?: string | null; }>; +/** + * https://discord.com/developers/docs/resources/guild#modify-current-user-voice-state + */ +export type RESTPatchAPIGuildVoiceStateCurrentMemberResult = never; + +/** + * https://discord.com/developers/docs/resources/guild#modify-user-voice-state + */ export type RESTPatchAPIGuildVoiceStateUserJSONBody = AddUndefinedToPossiblyUndefinedPropertiesOfInterface<{ /** * The id of the channel the user is currently in @@ -869,3 +880,8 @@ export type RESTPatchAPIGuildWelcomeScreenJSONBody = Nullable; + +/** + * https://discord.com/developers/docs/resources/guild#modify-guild-welcome-screen + */ +export type RESTPatchAPIGuildWelcomeScreenResult = APIGuildWelcomeScreen; diff --git a/rest/v9/guild.ts b/rest/v9/guild.ts index 3117b13b..24b75051 100644 --- a/rest/v9/guild.ts +++ b/rest/v9/guild.ts @@ -834,6 +834,9 @@ export type RESTPatchAPIGuildMemberVerificationJSONBody = AddUndefinedToPossibly export type RESTPatchAPIGuildMemberVerificationResult = APIGuildMembershipScreening; +/** + * https://discord.com/developers/docs/resources/guild#modify-current-user-voice-state + */ export type RESTPatchAPIGuildVoiceStateCurrentMemberJSONBody = AddUndefinedToPossiblyUndefinedPropertiesOfInterface<{ /** * The id of the channel the user is currently in @@ -849,6 +852,14 @@ export type RESTPatchAPIGuildVoiceStateCurrentMemberJSONBody = AddUndefinedToPos request_to_speak_timestamp?: string | null; }>; +/** + * https://discord.com/developers/docs/resources/guild#modify-current-user-voice-state + */ +export type RESTPatchAPIGuildVoiceStateCurrentMemberResult = never; + +/** + * https://discord.com/developers/docs/resources/guild#modify-user-voice-state + */ export type RESTPatchAPIGuildVoiceStateUserJSONBody = AddUndefinedToPossiblyUndefinedPropertiesOfInterface<{ /** * The id of the channel the user is currently in @@ -875,3 +886,8 @@ export type RESTPatchAPIGuildWelcomeScreenJSONBody = Nullable; + +/** + * https://discord.com/developers/docs/resources/guild#modify-guild-welcome-screen + */ +export type RESTPatchAPIGuildWelcomeScreenResult = APIGuildWelcomeScreen;