ModAddDJ¶
Summary¶
Model emitted when a mod adds a user to the waitlist.
Model¶
{
"moderator": "",
"moderatorID": -1,
"username": ""
}
Detail¶
- 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:""