View Source VRChat.Model.FavoriteGroup (vrchat v1.11.1)

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: [String.t()],
  type: VRChat.Model.FavoriteType.t(),
  visibility: VRChat.Model.FavoriteGroupVisibility.t()
}