Interface ReportChatResultTextRequired

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

interface ReportChatResultTextRequired {
    @type: "reportChatResultTextRequired";
    is_optional?: boolean;
    option_id: string;
}

Properties

@type: "reportChatResultTextRequired"
is_optional?: boolean

True, if the user can skip text adding.

option_id: string

Option identifier for the next reportChat request.