Interface ReportStoryResultTextRequired

The user must add additional text details to the report. Subtype of ReportStoryResult.

interface ReportStoryResultTextRequired {
    @type: "reportStoryResultTextRequired";
    is_optional?: boolean;
    option_id: string;
}

Properties

@type: "reportStoryResultTextRequired"
is_optional?: boolean

True, if the user can skip text adding.

option_id: string

Option identifier for the next reportStory request.