Chameleon
    Preparing search index...

    Interface User

    interface User {
        id: string;
        username: string;
        discriminator: string;
        globalName: string | null;
        avatar: string | null;
        bot?: boolean;
        system?: boolean;
        mfaEnabled?: boolean;
        banner?: string | null;
        accentColor?: number | null;
        locale?: string;
        verified?: boolean;
        email?: string | null;
        flags?: number;
        premiumType?: number;
        publicFlags?: number;
        avatarDecorationData?: AvatarDecorationData | null;
        collectibles?: Collectibles | null;
        primaryGuild?: UserPrimaryGuild | null;
    }
    Index

    Properties

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