Amagi API 文档 - v5.6.3
    正在准备搜索索引...

    类型别名 DyWorkComments

    type DyWorkComments = {
        comment_common_data: string;
        comment_config: { [key: string]: any };
        comments: Comment[];
        cursor: number;
        extra: Extra;
        fast_response_comment: FastResponseComment;
        folded_comment_count: number;
        general_comment_config: { [key: string]: any };
        has_more: number;
        hotsoon_filtered_count: number;
        log_pb: LogPb;
        reply_style: number;
        show_management_entry_point: number;
        status_code: number;
        total: number;
        user_commented: number;
        [property: string]: any;
    }

    可索引

    • [property: string]: any
    索引

    属性

    comment_common_data: string
    comment_config: { [key: string]: any }
    comments: Comment[]
    cursor: number
    extra: Extra
    fast_response_comment: FastResponseComment
    folded_comment_count: number
    general_comment_config: { [key: string]: any }
    has_more: number
    hotsoon_filtered_count: number
    log_pb: LogPb
    reply_style: number

    show_management_entry_point

    show_management_entry_point: number
    status_code: number
    total: number
    user_commented: number