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

Link to this section Summary

Link to this section Types

@type t() :: %VRChat.Model.File{
  extension: String.t(),
  id: String.t(),
  mimeType: VRChat.Model.MimeType.t(),
  name: String.t(),
  ownerId: String.t(),
  tags: [String.t()],
  versions: [VRChat.Model.FileVersion.t()]
}