Preparing search index...
The search index is not available
Oceanic
Oceanic
Types/Users
RawOAuthUser
Interface RawOAuthUser
interface
RawOAuthUser
{
accent_color
:
null
|
number
;
avatar
:
null
|
string
;
avatar_decoration
?:
null
|
string
;
banner
:
null
|
string
;
bot
?:
boolean
;
discriminator
:
string
;
email
:
null
|
string
;
flags
:
number
;
global_name
:
null
|
string
;
id
:
string
;
locale
:
string
;
mfa_enabled
:
boolean
;
public_flags
:
number
;
system
?:
boolean
;
username
:
string
;
verified
:
boolean
;
}
Hierarchy
Pick
<
RESTUser
,
"id"
|
"username"
|
"discriminator"
|
"avatar"
|
"avatar_decoration"
|
"bot"
|
"system"
|
"global_name"
>
Required
<
Pick
<
RESTUser
,
"banner"
|
"accent_color"
|
"locale"
|
"mfa_enabled"
|
"email"
|
"verified"
|
"flags"
|
"public_flags"
>
>
RawOAuthUser
Index
Properties
accent_
color
avatar
avatar_
decoration?
banner
bot?
discriminator
email
flags
global_
name
id
locale
mfa_
enabled
public_
flags
system?
username
verified
Properties
accent_
color
accent_
color
:
null
|
number
avatar
avatar
:
null
|
string
Optional
avatar_
decoration
avatar_
decoration
?:
null
|
string
banner
banner
:
null
|
string
Optional
bot
bot
?:
boolean
discriminator
discriminator
:
string
email
email
:
null
|
string
flags
flags
:
number
global_
name
global_
name
:
null
|
string
id
id
:
string
locale
locale
:
string
mfa_
enabled
mfa_
enabled
:
boolean
public_
flags
public_
flags
:
number
Optional
system
system
?:
boolean
username
username
:
string
verified
verified
:
boolean
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
accent_
color
avatar
avatar_
decoration
banner
bot
discriminator
email
flags
global_
name
id
locale
mfa_
enabled
public_
flags
system
username
verified
Oceanic
Loading...