FoxoChat.js Packages
    Preparing search index...

    Interface RESTPatchAPIUserBody

    The body of PATCH /users/@me.

    interface RESTPatchAPIUserBody {
        avatar?: number;
        banner?: number;
        bio?: string;
        display_name?: string;
        email?: string;
        password?: string;
        username?: string;
    }
    Index

    Properties

    avatar?: number

    The id of the avatar of the user.

    banner?: number

    The id of the banner of the user.

    bio?: string

    The bio of the user.

    display_name?: string

    The display name of the user.

    email?: string

    The email of the user.

    password?: string

    The password of the user.

    username?: string

    The username of the user.