IGPAPI
    Preparing search index...

    Interface ActivityInboxResponseUserInfo

    interface ActivityInboxResponseUserInfo {
        id: number;
        is_private: boolean;
        profile_pic_url: string;
        username: string;
    }
    Index

    Properties

    id: number
    is_private: boolean
    profile_pic_url: string
    username: string