UNPKG

instagram-private-api

Version:

Instagram private API wrapper for full access to instagram

15 lines (14 loc) 387 B
export interface LiveFinalViewersResponseRootObject { users: LiveFinalViewersResponseUsersItem[]; total_unique_viewer_count: number; status: string; } export interface LiveFinalViewersResponseUsersItem { pk: number; username: string; full_name: string; is_private: boolean; profile_pic_url: string; profile_pic_id: string; is_verified: boolean; }