IGPAPI
    Preparing search index...

    Interface PendingFriendshipsFeedResponseSuggestionUser

    interface PendingFriendshipsFeedResponseSuggestionUser {
        account_badges: unknown[];
        follow_friction_type: number;
        full_name: string;
        has_anonymous_profile_picture: boolean;
        is_private: boolean;
        is_verified: boolean;
        pk: string;
        profile_pic_id?: string;
        profile_pic_url: string;
        username: string;
    }
    Index

    Properties

    account_badges: unknown[]
    follow_friction_type: number
    full_name: string
    has_anonymous_profile_picture: boolean
    is_private: boolean
    is_verified: boolean
    pk: string
    profile_pic_id?: string
    profile_pic_url: string
    username: string