diff --git a/deno/rest/v10/channel.ts b/deno/rest/v10/channel.ts index 7757bc8a..8331f054 100644 --- a/deno/rest/v10/channel.ts +++ b/deno/rest/v10/channel.ts @@ -145,7 +145,7 @@ export type RESTPatchAPIChannelJSONBody = AddUndefinedToPossiblyUndefinedPropert */ invitable?: boolean; /** - * The set of tags that can be used in a forum channel + * The set of tags that can be used in a forum channel; limited to 20 * * Channel types: forum */ @@ -618,7 +618,7 @@ export type RESTPostAPIGuildForumThreadsJSONBody = RESTPostAPIChannelMessagesThr */ message: RESTPostAPIChannelMessageJSONBody; /** - * The IDs of the set of tags that have been applied to a thread in a forum channel + * The IDs of the set of tags that have been applied to a thread in a forum channel; limited to 5 */ applied_tags?: Snowflake[]; }; diff --git a/deno/rest/v9/channel.ts b/deno/rest/v9/channel.ts index 761980a2..c1f9d94f 100644 --- a/deno/rest/v9/channel.ts +++ b/deno/rest/v9/channel.ts @@ -145,7 +145,7 @@ export type RESTPatchAPIChannelJSONBody = AddUndefinedToPossiblyUndefinedPropert */ invitable?: boolean; /** - * The set of tags that can be used in a forum channel + * The set of tags that can be used in a forum channel; limited to 20 * * Channel types: forum */ @@ -632,7 +632,7 @@ export type RESTPostAPIGuildForumThreadsJSONBody = RESTPostAPIChannelMessagesThr */ message: RESTPostAPIChannelMessageJSONBody; /** - * The IDs of the set of tags that have been applied to a thread in a forum channel + * The IDs of the set of tags that have been applied to a thread in a forum channel; limited to 5 */ applied_tags?: Snowflake[]; }; diff --git a/rest/v10/channel.ts b/rest/v10/channel.ts index e56db6ac..84519285 100644 --- a/rest/v10/channel.ts +++ b/rest/v10/channel.ts @@ -145,7 +145,7 @@ export type RESTPatchAPIChannelJSONBody = AddUndefinedToPossiblyUndefinedPropert */ invitable?: boolean; /** - * The set of tags that can be used in a forum channel + * The set of tags that can be used in a forum channel; limited to 20 * * Channel types: forum */ @@ -618,7 +618,7 @@ export type RESTPostAPIGuildForumThreadsJSONBody = RESTPostAPIChannelMessagesThr */ message: RESTPostAPIChannelMessageJSONBody; /** - * The IDs of the set of tags that have been applied to a thread in a forum channel + * The IDs of the set of tags that have been applied to a thread in a forum channel; limited to 5 */ applied_tags?: Snowflake[]; }; diff --git a/rest/v9/channel.ts b/rest/v9/channel.ts index 2ef589ae..b24b23c1 100644 --- a/rest/v9/channel.ts +++ b/rest/v9/channel.ts @@ -145,7 +145,7 @@ export type RESTPatchAPIChannelJSONBody = AddUndefinedToPossiblyUndefinedPropert */ invitable?: boolean; /** - * The set of tags that can be used in a forum channel + * The set of tags that can be used in a forum channel; limited to 20 * * Channel types: forum */ @@ -632,7 +632,7 @@ export type RESTPostAPIGuildForumThreadsJSONBody = RESTPostAPIChannelMessagesThr */ message: RESTPostAPIChannelMessageJSONBody; /** - * The IDs of the set of tags that have been applied to a thread in a forum channel + * The IDs of the set of tags that have been applied to a thread in a forum channel; limited to 5 */ applied_tags?: Snowflake[]; };