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

    类型别名 CommentReply

    type CommentReply = {
        comments: Comment[];
        cursor: number;
        extra: Extra;
        has_more: number;
        log_pb: LogPb;
        status_code: number;
        total: number;
        [property: string]: any;
    }

    可索引

    • [property: string]: any
    索引

    属性

    comments: Comment[]
    cursor: number
    extra: Extra
    has_more: number
    log_pb: LogPb
    status_code: number
    total: number