add pronouns

This commit is contained in:
bitfl0wer 2023-05-06 22:47:31 +02:00
parent eb131be83b
commit 46a5f08b33
No known key found for this signature in database
GPG Key ID: 84BBB60DF895ABF2
1 changed files with 1 additions and 0 deletions

View File

@ -150,6 +150,7 @@ pub struct UserObject {
email: Option<String>,
flags: i8,
premium_type: Option<i8>,
pronouns: Option<String>,
public_flags: Option<i8>,
}