Skip to content

Latest commit

 

History

History
28 lines (24 loc) · 1.64 KB

Avatar.md

File metadata and controls

28 lines (24 loc) · 1.64 KB

VRChat.API.Model.Avatar

Properties

Name Type Description Notes
AssetUrl string Not present from general serach `/avatars`, only on specific requests `/avatars/{avatarId}`. [optional]
AssetUrlObject Object Not present from general serach `/avatars`, only on specific requests `/avatars/{avatarId}`. Deprecation: `Object` has unknown usage/fields, and is always empty. Use normal `Url` field instead. [optional]
AuthorId string A users unique ID, usually in the form of `usr_c1644b5b-3ca4-45b4-97c6-a2a0de70d469`. Legacy players can have old IDs in the form of `8JoV9XEdpo`. The ID can never be changed.
AuthorName string
CreatedAt DateTime
Description string
Featured bool [default to false]
Id string
ImageUrl string
Name string
ReleaseStatus ReleaseStatus
Styles AvatarStyles
Tags List<string>
ThumbnailImageUrl string
UnityPackageUrl string
UnityPackageUrlObject AvatarUnityPackageUrlObject
UnityPackages List<UnityPackage>
UpdatedAt DateTime
_Version int [default to 0]

[Back to Model list] [Back to API list] [Back to README]