IGPAPI
    Preparing search index...

    Interface DiscoverChainingResponseUsersItem

    interface DiscoverChainingResponseUsersItem {
        chaining_info: DiscoverChainingResponseChainingInfo;
        full_name: string;
        is_private: boolean;
        is_verified: boolean;
        pk: number;
        profile_chaining_secondary_label: string;
        profile_pic_id?: string;
        profile_pic_url: string;
        social_context: string;
        username: string;
    }
    Index

    Properties

    full_name: string
    is_private: boolean
    is_verified: boolean
    pk: number
    profile_chaining_secondary_label: string
    profile_pic_id?: string
    profile_pic_url: string
    social_context: string
    username: string