diff --git a/deno/rest/v10/channel.ts b/deno/rest/v10/channel.ts index 8331f054..dda47fd4 100644 --- a/deno/rest/v10/channel.ts +++ b/deno/rest/v10/channel.ts @@ -694,6 +694,16 @@ export interface RESTGetAPIChannelThreadsArchivedQuery { limit?: number; } +/** + * https://discord.com/developers/docs/resources/channel#list-public-archived-threads + */ +export type RESTGetAPIChannelThreadsArchivedPublicResult = RESTGetAPIChannelUsersThreadsArchivedResult; + +/** + * https://discord.com/developers/docs/resources/channel#list-private-archived-threads + */ +export type RESTGetAPIChannelThreadsArchivedPrivateResult = RESTGetAPIChannelUsersThreadsArchivedResult; + /** * https://discord.com/developers/docs/resources/channel#list-joined-private-archived-threads */ diff --git a/deno/rest/v9/channel.ts b/deno/rest/v9/channel.ts index c1f9d94f..134b40b5 100644 --- a/deno/rest/v9/channel.ts +++ b/deno/rest/v9/channel.ts @@ -708,6 +708,16 @@ export interface RESTGetAPIChannelThreadsArchivedQuery { limit?: number; } +/** + * https://discord.com/developers/docs/resources/channel#list-public-archived-threads + */ +export type RESTGetAPIChannelThreadsArchivedPublicResult = RESTGetAPIChannelUsersThreadsArchivedResult; + +/** + * https://discord.com/developers/docs/resources/channel#list-private-archived-threads + */ +export type RESTGetAPIChannelThreadsArchivedPrivateResult = RESTGetAPIChannelUsersThreadsArchivedResult; + /** * https://discord.com/developers/docs/resources/channel#list-active-threads * diff --git a/rest/v10/channel.ts b/rest/v10/channel.ts index 84519285..748d9446 100644 --- a/rest/v10/channel.ts +++ b/rest/v10/channel.ts @@ -694,6 +694,16 @@ export interface RESTGetAPIChannelThreadsArchivedQuery { limit?: number; } +/** + * https://discord.com/developers/docs/resources/channel#list-public-archived-threads + */ +export type RESTGetAPIChannelThreadsArchivedPublicResult = RESTGetAPIChannelUsersThreadsArchivedResult; + +/** + * https://discord.com/developers/docs/resources/channel#list-private-archived-threads + */ +export type RESTGetAPIChannelThreadsArchivedPrivateResult = RESTGetAPIChannelUsersThreadsArchivedResult; + /** * https://discord.com/developers/docs/resources/channel#list-joined-private-archived-threads */ diff --git a/rest/v9/channel.ts b/rest/v9/channel.ts index b24b23c1..aba3fe2d 100644 --- a/rest/v9/channel.ts +++ b/rest/v9/channel.ts @@ -708,6 +708,16 @@ export interface RESTGetAPIChannelThreadsArchivedQuery { limit?: number; } +/** + * https://discord.com/developers/docs/resources/channel#list-public-archived-threads + */ +export type RESTGetAPIChannelThreadsArchivedPublicResult = RESTGetAPIChannelUsersThreadsArchivedResult; + +/** + * https://discord.com/developers/docs/resources/channel#list-private-archived-threads + */ +export type RESTGetAPIChannelThreadsArchivedPrivateResult = RESTGetAPIChannelUsersThreadsArchivedResult; + /** * https://discord.com/developers/docs/resources/channel#list-active-threads *