Interface GroupsGroupBanInfo

interface GroupsGroupBanInfo {
    comment: string;
    end_date: number;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

comment: string

Ban comment

end_date: number

End date of ban in Unixtime

Generated using TypeDoc