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

    类型别名 SearchInfoUser

    type SearchInfoUser = {
        challenge_list: null;
        cursor: number;
        extra: Extra;
        global_doodle_config: GlobalDoodleConfig;
        has_more: number;
        input_keyword: string;
        log_pb: LogPb;
        mock_recall_path: string;
        music_list: null;
        myself_user_id: string;
        path: string;
        qc: string;
        rid: string;
        status_code: number;
        type: number;
        user_list: UserList[];
        [property: string]: any;
    }

    可索引

    • [property: string]: any
    索引

    属性

    challenge_list: null
    cursor: number
    extra: Extra
    global_doodle_config: GlobalDoodleConfig
    has_more: number
    input_keyword: string
    log_pb: LogPb
    mock_recall_path: string
    music_list: null
    myself_user_id: string
    path: string
    qc: string
    rid: string
    status_code: number
    type: number
    user_list: UserList[]