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

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: [String.t()] | nil
}