VRChat.Model.Print (vrchat v1.20.0)

View Source

Info about a print

Summary

Types

t()

@type t() :: %VRChat.Model.Print{
  authorId: String.t(),
  authorName: String.t(),
  createdAt: DateTime.t(),
  files: VRChat.Model.PrintFiles.t(),
  id: String.t(),
  note: String.t(),
  ownerId: String.t() | nil,
  timestamp: DateTime.t(),
  worldId: String.t(),
  worldName: String.t()
}

Functions

decode(value)