VRChat.Model.TokenBundle (vrchat v1.20.0)

View Source

Summary

Types

t()

@type t() :: %VRChat.Model.TokenBundle{
  amount: integer(),
  description: String.t(),
  googleProductId: String.t() | nil,
  id: String.t(),
  imageUrl: String.t(),
  oculusSku: String.t(),
  steamItemId: String.t(),
  tokens: integer()
}

Functions

decode(value)