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

    Interface CreateForumThreadRequest

    interface CreateForumThreadRequest {
        applied_tags?: `${bigint}`[] | null;
        auto_archive_duration?: ThreadAutoArchiveDuration | null;
        message: BaseCreateMessageCreateRequest;
        name: string;
        rate_limit_per_user?: number | null;
    }
    Index

    Properties

    applied_tags?: `${bigint}`[] | null
    auto_archive_duration?: ThreadAutoArchiveDuration | null
    name: string
    rate_limit_per_user?: number | null