E621
    Preparing search index...

    Interface SearchForumPostsOptions

    interface SearchForumPostsOptions {
        body_matches?: string;
        creator_id?: number;
        creator_name?: string;
        id?: string | number;
        is_hidden?: boolean;
        limit?: number;
        order?: "id_asc" | "id_desc";
        page?: number;
        topic_category_id?: number;
        topic_id?: number;
        topic_title_matches?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    body_matches?: string
    creator_id?: number
    creator_name?: string
    id?: string | number
    is_hidden?: boolean
    limit?: number
    order?: "id_asc" | "id_desc"
    page?: number
    topic_category_id?: number
    topic_id?: number
    topic_title_matches?: string