Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 736 Bytes

AddFavoriteRequest.md

File metadata and controls

17 lines (12 loc) · 736 Bytes

vrchat_dart_generated.model.AddFavoriteRequest

Load the model package

import 'package:vrchat_dart_generated/api.dart';

Properties

Name Type Description Notes
type FavoriteType
favoriteId String Must be either AvatarID, WorldID or UserID.
tags List<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] [Back to API list] [Back to README]