Interface MarketReportParams

interface MarketReportParams {
    item_id: number;
    owner_id: number;
    reason?: 0 | 2 | 1 | 3 | 4 | 5 | 6;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

item_id: number

Item ID.

owner_id: number

ID of an item owner community.

reason?: 0 | 2 | 1 | 3 | 4 | 5 | 6

Complaint reason. Possible values: *'0' - spam,, *'1' - child porn,, *'2' - extremism,, *'3' - violence,, *'4' - drugs propaganda,, *'5' - adult materials,, *'6' - insult.

Generated using TypeDoc