E621
    Preparing search index...

    Interface CreateCommentOptions

    interface CreateCommentOptions {
        body: string;
        do_not_bump_post?: boolean;
        is_hidden?: boolean;
        is_sticky?: boolean;
        post_id: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    body: string

    Optionaldo_not_bump_post

    do_not_bump_post?: boolean
    is_hidden?: boolean
    is_sticky?: boolean

    post_id

    post_id: number