FoxoChat.js Packages
    Preparing search index...

    Interface RESTAPIAvatarUploadRequest

    The body of POST /users/@me/avatar.

    interface RESTAPIAvatarUploadRequest {
        filename: string;
        thumbhash: string;
    }
    Index

    Properties

    Properties

    filename: string

    The file name of the avatar.

    thumbhash: string

    The ThumbHash of the avatar.