Interface ReportChatResultMessagesRequired

The user must choose messages to report and repeat the reportChat request with the chosen messages. Subtype of ReportChatResult.

interface ReportChatResultMessagesRequired {
    @type: "reportChatResultMessagesRequired";
}

Properties

Properties

@type: "reportChatResultMessagesRequired"