[Closes #11] Add moderateGroupChat function. Add ability to retrieve group ban list.
This commit is contained in:
9
lib/classes/GroupBan.ts
Normal file
9
lib/classes/GroupBan.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
import {UUID} from './UUID';
|
||||
|
||||
export class GroupBan
|
||||
{
|
||||
constructor(public AgentID: UUID, public BanDate: Date)
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user