Interface GroupsBanParams

interface GroupsBanParams {
    comment?: string;
    comment_visible?: number | boolean;
    end_date?: number;
    group_id: number;
    owner_id?: number;
    reason?: number;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

comment?: string
comment_visible?: number | boolean
end_date?: number
group_id: number
owner_id?: number
reason?: number

Generated using TypeDoc