VRChat.Model.FavoriteLimits (vrchat v1.20.0)

View Source

Summary

Types

t()

@type t() :: %VRChat.Model.FavoriteLimits{
  defaultMaxFavoriteGroups: integer(),
  defaultMaxFavoritesPerGroup: integer(),
  maxFavoriteGroups: VRChat.Model.FavoriteGroupLimits.t(),
  maxFavoritesPerGroup: VRChat.Model.FavoriteGroupLimits.t()
}

Functions

decode(value)