VRChat.Model.FavoriteGroup (vrchat v1.20.0)

View Source

Summary

Types

t()

@type t() :: %VRChat.Model.FavoriteGroup{
  displayName: String.t(),
  id: String.t(),
  name: String.t(),
  ownerDisplayName: String.t(),
  ownerId: String.t(),
  tags: [String.t()],
  type: VRChat.Model.FavoriteType.t(),
  visibility: VRChat.Model.FavoriteGroupVisibility.t()
}

Functions

decode(value)