Deserialization error..

This commit is contained in:
kozabrada123 2023-05-13 09:05:20 +02:00
parent 28e956e969
commit cef8fe9fdb
1 changed files with 1 additions and 1 deletions

View File

@ -164,7 +164,7 @@ pub struct UserObject {
premium: bool,
purchased_flags: i32,
premium_usage_flags: i32,
disabled: bool,
disabled: Option<bool>,
}
#[derive(Debug)]