RBWCM-SDK Documentation - v1.1.0
Preparing search index...
Ban
Interface Ban
Raw data structure representing a ban in the system.
interface
Ban
{
active
:
boolean
;
bannedAt
:
Date
;
expiresAt
:
Date
|
null
;
id
:
number
;
reason
:
string
|
null
;
staffer
:
string
|
null
;
unbannedAt
:
Date
|
null
;
unbannedBy
:
string
|
null
;
unbanReason
:
string
|
null
;
userId
:
number
;
}
Index
Properties
active
banned
At
expires
At
id
reason
staffer
unbanned
At
unbanned
By
unban
Reason
user
Id
Properties
active
active
:
boolean
banned
At
bannedAt
:
Date
expires
At
expiresAt
:
Date
|
null
id
id
:
number
reason
reason
:
string
|
null
staffer
staffer
:
string
|
null
unbanned
At
unbannedAt
:
Date
|
null
unbanned
By
unbannedBy
:
string
|
null
unban
Reason
unbanReason
:
string
|
null
user
Id
userId
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
active
banned
At
expires
At
id
reason
staffer
unbanned
At
unbanned
By
unban
Reason
user
Id
RBWCM-SDK Documentation - v1.1.0
Loading...
Raw data structure representing a ban in the system.