/** * This is auto-generated file, don't modify this file manually */ import { GroupsBanInfoReason } from './GroupsBanInfoReason'; export interface GroupsGroupBanInfo { /** * Ban comment */ comment?: string; /** * End date of ban in Unixtime */ end_date?: number; reason?: GroupsBanInfoReason; }