Interface ReportChatResultOk

Describes result of chat report. Subtype of ReportChatResult.

interface ReportChatResultOk {
    @type: "reportChatResultOk";
}

Properties

Properties

@type: "reportChatResultOk"