ModBan¶
Summary¶
Model emitted when a mod bans a user.
Model¶
{
   "duration": "",
   "moderator": "",
   "moderatorID": -1,
   "username": ""
}
Detail¶
- duration
 Duration of the ban.
Type: String
Default Value:""- moderator
 Name of the moderator.
Type: String
Default Value:""- moderatorID
 ID of the moderator.
Type: Number
Default Value:-1- username
 Name of the user.
Type: String
Default Value:""