Skip to content

Commit

Permalink
Added missing fields ( #26 )
Browse files Browse the repository at this point in the history
  • Loading branch information
ANF-Studios committed Feb 11, 2021
1 parent 511aaa1 commit 436648f
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions src/lib.rs
Expand Up @@ -254,12 +254,13 @@ pub mod user {
/// If their profile is public
/// or not.
pub publicProfile: bool,
/* This part of the code is commented because
pastemyst does not return this value as stated
in the documentation right here:
/// How long has the user
/// been a supporter for, 0 if not a supporter
pub supporterLength: u32*/
/// been a supporter for,
/// 0 if not a supporter
pub supporterLength: u32,
/// If the user has contributed
/// to pastemyst.
pub contributor: bool,
}
}

Expand Down

0 comments on commit 436648f

Please sign in to comment.