Interface ReportChatResultOptionRequired

The user must choose an option to report the chat and repeat request with the chosen option. Subtype of ReportChatResult.

interface ReportChatResultOptionRequired {
    @type: "reportChatResultOptionRequired";
    options: ReportOption[];
    title: string;
}

Properties

Properties

@type: "reportChatResultOptionRequired"
options: ReportOption[]

List of available options.

title: string

Title for the option choice.