mirror of
https://github.com/mii443/vrchatapi-rust.git
synced 2025-08-23 08:05:37 +00:00
Upgrade Rust SDK to spec 1.5.3
This commit is contained in:
@ -17,8 +17,10 @@ pub struct User {
|
||||
pub bio: String,
|
||||
#[serde(rename = "bioLinks")]
|
||||
pub bio_links: Vec<String>,
|
||||
/// When profilePicOverride is not empty, use it instead.
|
||||
#[serde(rename = "currentAvatarImageUrl")]
|
||||
pub current_avatar_image_url: String,
|
||||
/// When profilePicOverride is not empty, use it instead.
|
||||
#[serde(rename = "currentAvatarThumbnailImageUrl")]
|
||||
pub current_avatar_thumbnail_image_url: String,
|
||||
#[serde(rename = "date_joined")]
|
||||
|
Reference in New Issue
Block a user