View Source VRChat.Model.LimitedWorld (vrchat v1.11.1)

Link to this section Summary

Link to this section Types

@type t() :: %VRChat.Model.LimitedWorld{
  authorId: String.t(),
  authorName: String.t(),
  capacity: integer(),
  created_at: DateTime.t(),
  favorites: integer(),
  heat: integer(),
  id: String.t(),
  imageUrl: String.t(),
  labsPublicationDate: String.t(),
  name: String.t(),
  occupants: integer(),
  organization: String.t(),
  popularity: integer(),
  publicationDate: String.t(),
  releaseStatus: VRChat.Model.ReleaseStatus.t(),
  tags: [String.t()],
  thumbnailImageUrl: String.t(),
  unityPackages: [VRChat.Model.LimitedUnityPackage.t()],
  updated_at: DateTime.t()
}