Skip to content

Commit

Permalink
add member count to group role
Browse files Browse the repository at this point in the history
  • Loading branch information
AsianIntel committed Nov 11, 2024
1 parent a3bb979 commit 5daf6e1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rowifi_models/src/roblox/group.rs
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,6 @@ pub struct GroupRole {
pub rank: u32,
#[serde(rename = "displayName")]
pub display_name: String,
#[serde(rename = "memberCount")]
pub member_count: Option<u64>,
}

0 comments on commit 5daf6e1

Please sign in to comment.