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;
}

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