UNPKG

instagram-private-api

Version:

Instagram private API wrapper for full access to instagram

12 lines (11 loc) 287 B
export interface SpamResponse { message: 'feedback_required'; spam: true; feedback_title: string; feedback_message: string; feedback_url: string; feedback_appeal_label: string; feedback_ignore_label: string; feedback_action: string; status: 'fail'; }