Update UserGroup.ts
This commit is contained in:
parent
d3682e4c21
commit
266e9c4739
@ -28,13 +28,6 @@ export class UserGroup extends BaseClass {
|
||||
@Column({ nullable: true })
|
||||
icon: string;
|
||||
|
||||
@Column({ type: "simple-json", nullable: true })
|
||||
tags?: {
|
||||
bot_id?: string;
|
||||
integration_id?: string;
|
||||
premium_subscriber?: boolean;
|
||||
};
|
||||
|
||||
@Column({ nullable: true })
|
||||
parent?: string;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user