Interface ReportReasonFake

The chat represents a fake account. Subtype of ReportReason.

interface ReportReasonFake {
    @type: "reportReasonFake";
}

Properties

Properties

@type: "reportReasonFake"