VRChat.Model.ReportCategory (vrchat v1.20.0)

View Source

A category used for reporting content

Summary

Types

t()

@type t() :: %VRChat.Model.ReportCategory{
  description: String.t() | nil,
  text: String.t(),
  title: String.t() | nil,
  tooltip: String.t()
}

Functions

decode(value)