interface ThreadEditOptions {
    appliedTags?: readonly string[];
    archived?: boolean;
    autoArchiveDuration?: ThreadAutoArchiveDuration;
    flags?: ChannelFlagsResolvable;
    invitable?: boolean;
    locked?: boolean;
    name?: string;
    rateLimitPerUser?: number;
    reason?: string;
}

Properties

appliedTags?: readonly string[]
archived?: boolean
autoArchiveDuration?: ThreadAutoArchiveDuration
invitable?: boolean
locked?: boolean
name?: string
rateLimitPerUser?: number
reason?: string