FoxoChat.js Packages
    Preparing search index...

    Interface APIAvatar

    interface APIAvatar {
        filename: string;
        id: number;
        thumbhash: string;
        uuid: string;
    }
    Index

    Properties

    filename: string

    The file name of the avatar.

    id: number

    The id of the avatar.

    thumbhash: string

    The ThumbHash of the avatar.

    uuid: string

    The object id of the avatar.