Upgrade Rust SDK to spec 1.6.0

This commit is contained in:
VRCCat
2021-11-25 21:33:35 +00:00
parent a5cd440e05
commit adf2aa961e
46 changed files with 225 additions and 69 deletions

View File

@ -11,6 +11,7 @@
#[derive(Clone, Debug, PartialEq, Default, Serialize, Deserialize)]
pub struct InviteRequest {
/// InstanceID be \"offline\" on User profiles if you are not friends with that user.
#[serde(rename = "instanceId")]
pub instance_id: String,
}