Preparing search index...
The search index is not available
Oceanic
Oceanic
Types/Users
RawUser
Interface RawUser
interface
RawUser
{
accent_color
?:
null
|
number
;
avatar
:
null
|
string
;
avatar_decoration_data
?:
null
|
RawAvatarDecorationData
;
banner
?:
null
|
string
;
bot
?:
boolean
;
clan
?:
null
|
RawClan
;
discriminator
:
string
;
global_name
:
null
|
string
;
id
:
string
;
public_flags
:
number
;
system
?:
boolean
;
username
:
string
;
}
Hierarchy (
view full
)
Pick
<
RESTUser
,
"id"
|
"username"
|
"discriminator"
|
"avatar"
|
"avatar_decoration_data"
|
"bot"
|
"system"
|
"banner"
|
"accent_color"
|
"clan"
>
Required
<
Pick
<
RESTUser
,
"public_flags"
|
"global_name"
>
>
RawUser
RawUserWithMember
Index
Properties
accent_
color?
avatar
avatar_
decoration_
data?
banner?
bot?
clan?
discriminator
global_
name
id
public_
flags
system?
username
Properties
Optional
accent_
color
accent_
color
?:
null
|
number
avatar
avatar
:
null
|
string
Optional
avatar_
decoration_
data
avatar_
decoration_
data
?:
null
|
RawAvatarDecorationData
Optional
banner
banner
?:
null
|
string
Optional
bot
bot
?:
boolean
Optional
clan
clan
?:
null
|
RawClan
discriminator
discriminator
:
string
global_
name
global_
name
:
null
|
string
id
id
:
string
public_
flags
public_
flags
:
number
Optional
system
system
?:
boolean
username
username
:
string
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
accent_
color
avatar
avatar_
decoration_
data
banner
bot
clan
discriminator
global_
name
id
public_
flags
system
username
Oceanic
Loading...