IGPAPI
    Preparing search index...

    Interface StoryQuestionResponsesFeedResponseResponder_info

    interface StoryQuestionResponsesFeedResponseResponder_info {
        background_color: string;
        latest_question_response_time: number;
        max_id: null;
        more_available: boolean;
        question: string;
        question_id: string;
        question_response_count: number;
        question_type: string;
        responders: StoryQuestionResponsesFeedResponseRespondersItem[];
        text_color: string;
        unanswered_response_count: number;
    }
    Index

    Properties

    background_color: string
    latest_question_response_time: number
    max_id: null
    more_available: boolean
    question: string
    question_id: string
    question_response_count: number
    question_type: string
    text_color: string
    unanswered_response_count: number