vrchatapi 1.5.1

VRChat API Library for Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# AddFavoriteRequest

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**_type** | [**crate::models::FavoriteType**]FavoriteType.md |  | 
**favorite_id** | **String** | Must be either AvatarID, WorldID or UserID. | 
**tags** | **Vec<String>** | Tags indicate which group this favorite belongs to. Adding multiple groups makes it show up in all. Removing it from one in that case removes it from all. | 

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)