Chameleon
Preparing search index...
Member
Interface Member
interface
Member
{
user
?:
User
;
nick
?:
string
|
null
;
avatar
?:
string
|
null
;
banner
?:
string
|
null
;
roles
:
string
[]
;
joinedAt
:
number
|
null
;
premiumSince
?:
number
|
null
;
deaf
:
boolean
;
mute
:
boolean
;
flags
:
number
;
pending
?:
boolean
;
permissions
?:
string
;
communicationDisabledUntil
?:
number
|
null
;
avatarDecorationData
?:
AvatarDecorationData
|
null
;
collectibles
?:
Collectibles
|
null
;
}
Index
Properties
user?
nick?
avatar?
banner?
roles
joined
At
premium
Since?
deaf
mute
flags
pending?
permissions?
communication
Disabled
Until?
avatar
Decoration
Data?
collectibles?
Properties
Optional
user
user
?:
User
Optional
nick
nick
?:
string
|
null
Optional
avatar
avatar
?:
string
|
null
Optional
banner
banner
?:
string
|
null
roles
roles
:
string
[]
joined
At
joinedAt
:
number
|
null
Optional
premium
Since
premiumSince
?:
number
|
null
deaf
deaf
:
boolean
mute
mute
:
boolean
flags
flags
:
number
Optional
pending
pending
?:
boolean
Optional
permissions
permissions
?:
string
Optional
communication
Disabled
Until
communicationDisabledUntil
?:
number
|
null
Optional
avatar
Decoration
Data
avatarDecorationData
?:
AvatarDecorationData
|
null
Optional
collectibles
collectibles
?:
Collectibles
|
null
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
user
nick
avatar
banner
roles
joined
At
premium
Since
deaf
mute
flags
pending
permissions
communication
Disabled
Until
avatar
Decoration
Data
collectibles
Chameleon
Loading...