@typed-discord/rest
    Preparing search index...

    Interface UpdateThreadRequestPartial

    interface UpdateThreadRequestPartial {
        applied_tags?: `${bigint}`[] | null;
        archived?: boolean | null;
        auto_archive_duration?: ThreadAutoArchiveDuration | null;
        bitrate?: number | null;
        flags?: number | null;
        invitable?: boolean | null;
        locked?: boolean | null;
        name?: string | null;
        rate_limit_per_user?: number | null;
        rtc_region?: string | null;
        user_limit?: number | null;
        video_quality_mode?: VideoQualityModes | null;
    }
    Index

    Properties

    applied_tags?: `${bigint}`[] | null
    archived?: boolean | null
    auto_archive_duration?: ThreadAutoArchiveDuration | null
    bitrate?: number | null
    flags?: number | null
    invitable?: boolean | null
    locked?: boolean | null
    name?: string | null
    rate_limit_per_user?: number | null
    rtc_region?: string | null
    user_limit?: number | null
    video_quality_mode?: VideoQualityModes | null