Interface GroupsBanInfo

interface GroupsBanInfo {
    admin_id: number;
    comment: string;
    comment_visible: number | boolean;
    date: number;
    end_date: number;
    is_closed: number | boolean;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

admin_id: number

Administrator ID

comment: string

Comment for a ban

comment_visible: number | boolean

Show comment for user

date: number

Date when user has been added to blacklist in Unixtime

end_date: number

Date when user will be removed from blacklist in Unixtime

is_closed: number | boolean

Generated using TypeDoc