View Source VRChat.Model.File (VRChat v1.7.2)

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: [VRChat.Model.String.t()],
  versions: [VRChat.Model.FileVersion.t()]
}