FoxoChat.js Packages
Preparing search index...
@foxochat/api-types
RESTAPIAvatarUploadRequest
Interface RESTAPIAvatarUploadRequest
The body of POST /users/@me/avatar.
interface
RESTAPIAvatarUploadRequest
{
filename
:
string
;
thumbhash
:
string
;
}
Index
Properties
filename
thumbhash
Properties
filename
filename
:
string
The file name of the avatar.
thumbhash
thumbhash
:
string
The ThumbHash of the avatar.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
filename
thumbhash
FoxoChat.js Packages
Loading...
The body of POST /users/@me/avatar.