Interface EditPrivateThreadChannelOptions

interface EditPrivateThreadChannelOptions {
    appliedTags?: string[];
    archived?: boolean;
    autoArchiveDuration?: 60 | 1440 | 4320 | 10080;
    flags?: number;
    invitable?: boolean;
    locked?: boolean;
    name?: string;
    rateLimitPerUser?: null | number;
}

Hierarchy (view full)

Properties

appliedTags?: string[]

[Forum Thread] The ID of the forum available tags applied on the channel. A maximum of 5 can be applied.

archived?: boolean

[Thread] If the thread is archived.

autoArchiveDuration?: 60 | 1440 | 4320 | 10080

[Thread] The duration after which the thread will be archived.

flags?: number

[Forum, Forum Thread] The Channel Flags to set on the channel.

invitable?: boolean

[Private Thread] If non-moderators can add other non-moderators to the thread.

locked?: boolean

[Thread] If the thread should be locked.

name?: string

The name of the channel.

rateLimitPerUser?: null | number

[Forum, Text, Thread] The seconds between sending messages for users. Between 0 and 21600.