parent
e966a5b262
commit
57d4628d2b
@ -330,6 +330,7 @@ class ThreadChannel extends Channel {
|
||||
* @property {number} [rateLimitPerUser] The rate limit per user (slowmode) for the thread in seconds
|
||||
* @property {boolean} [locked] Whether the thread is locked
|
||||
* @property {boolean} [invitable] Whether non-moderators can add other non-moderators to a thread
|
||||
* @property {Snowflake[]} [appliedTags] The tags to apply to the thread
|
||||
* <info>Can only be edited on `GUILD_PRIVATE_THREAD`</info>
|
||||
* @property {ChannelFlagsResolvable} [flags] The flags to set on the channel
|
||||
*/
|
||||
|
1
typings/index.d.ts
vendored
1
typings/index.d.ts
vendored
@ -7090,6 +7090,7 @@ export interface ThreadEditData {
|
||||
locked?: boolean;
|
||||
invitable?: boolean;
|
||||
threadName?: string;
|
||||
appliedTags?: Snowflake[];
|
||||
flags?: ChannelFlagsResolvable;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user