Interface JSONClientUser

interface JSONClientUser {
    accentColor?: null | number;
    avatar: null | string;
    avatarDecorationData: null | AvatarDecorationData;
    banner?: null | string;
    bot: boolean;
    createdAt: number;
    discriminator: string;
    email: null | string;
    flags: number;
    globalName: null | string;
    id: string;
    locale: string;
    mfaEnabled: boolean;
    publicFlags: number;
    system: boolean;
    username: string;
    verified: boolean;
}

Hierarchy (view full)

Properties

accentColor?: null | number
avatar: null | string
avatarDecorationData: null | AvatarDecorationData
banner?: null | string
bot: boolean
createdAt: number
discriminator: string
email: null | string
flags: number
globalName: null | string
id: string
locale: string
mfaEnabled: boolean
publicFlags: number
system: boolean
username: string
verified: boolean