IGPAPI
    Preparing search index...

    Interface DirectRankedRecipientsResponseUsersItem

    interface DirectRankedRecipientsResponseUsersItem {
        full_name: string;
        has_anonymous_profile_picture: boolean;
        is_directapp_installed: boolean;
        is_private: boolean;
        is_using_unified_inbox_for_direct: boolean;
        is_verified: boolean;
        pk: number;
        profile_pic_id: string;
        profile_pic_url: string;
        username: string;
    }
    Index

    Properties

    full_name: string
    has_anonymous_profile_picture: boolean
    is_directapp_installed: boolean
    is_private: boolean
    is_using_unified_inbox_for_direct: boolean
    is_verified: boolean
    pk: number
    profile_pic_id: string
    profile_pic_url: string
    username: string