IGPAPI
    Preparing search index...

    Interface WebProfileInfoResponseNodeUser

    interface WebProfileInfoResponseNodeUser {
        followed_by_viewer: boolean;
        full_name: string;
        id: string;
        is_verified: boolean;
        profile_pic_url: string;
        username: string;
    }
    Index

    Properties

    followed_by_viewer: boolean
    full_name: string
    id: string
    is_verified: boolean
    profile_pic_url: string
    username: string