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

Link to this section Summary

Link to this section Types

@type t() :: %VRChat.Model.CreateFileRequest{
  extension: String.t(),
  mimeType: VRChat.Model.MimeType.t(),
  name: String.t(),
  tags: [VRChat.Model.String.t()] | nil
}