docs: add limits for tags in forums (#614)

This commit is contained in:
MateoDeveloper
2022-11-05 04:18:16 -05:00
committed by GitHub
parent 88a60f78ef
commit 67ecd76d3e
4 changed files with 8 additions and 8 deletions

View File

@@ -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[];
};

View File

@@ -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[];
};

View File

@@ -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[];
};

View File

@@ -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[];
};