Skip to content

Commit

Permalink
change type
Browse files Browse the repository at this point in the history
  • Loading branch information
ayrat555 committed Jan 2, 2024
1 parent c28c82b commit a16ab27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/objects.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1593,7 +1593,7 @@ pub struct KeyboardButtonRequestUsers {

#[serde(skip_serializing_if = "Option::is_none")]
#[builder(setter(into, strip_option), default)]
pub max_quantity: Option<i32>,
pub max_quantity: Option<u32>,
}

#[derive(Debug, Clone, Serialize, Deserialize, PartialEq, Eq, Builder)]
Expand Down

0 comments on commit a16ab27

Please sign in to comment.