add pronouns

This commit is contained in:
bitfl0wer 2023-05-06 22:47:31 +02:00
parent aa89168928
commit 7211ff5eb3
1 changed files with 1 additions and 0 deletions

View File

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