View Source VRChat.Model.FavoriteGroup (VRChat v1.7.2)

Link to this section Summary

Link to this section Types

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