File tree 2 files changed +2
-0
lines changed
2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -323,6 +323,7 @@ class ThreadChannel extends Channel {
323
323
* @property {number } [rateLimitPerUser] The rate limit per user (slowmode) for the thread in seconds
324
324
* @property {boolean } [locked] Whether the thread is locked
325
325
* @property {boolean } [invitable] Whether non-moderators can add other non-moderators to a thread
326
+ * @property {Snowflake[] } [appliedTags] The tags to apply to the thread
326
327
* @property {ChannelFlagsResolvable } [flags] The flags to set on the channel
327
328
* <info>Can only be edited on `GUILD_PRIVATE_THREAD`</info>
328
329
*/
Original file line number Diff line number Diff line change @@ -6108,6 +6108,7 @@ export interface ThreadEditData {
6108
6108
locked ?: boolean ;
6109
6109
invitable ?: boolean ;
6110
6110
threadName ?: string ;
6111
+ appliedTags ?: Snowflake [ ] ;
6111
6112
flags ?: ChannelFlagsResolvable ;
6112
6113
}
6113
6114
You can’t perform that action at this time.
0 commit comments