tieba.js
    Preparing search index...

    Interface FollowRes

    interface FollowRes {
        follow_list: {
            id: string;
            intro: string;
            name: string;
            name_show: string;
            portrait: string;
        }[];
        has_more: number;
        total_follow_num: number;
    }
    Index

    Properties

    follow_list: {
        id: string;
        intro: string;
        name: string;
        name_show: string;
        portrait: string;
    }[]
    has_more: number
    total_follow_num: number