summaryrefslogtreecommitdiffstats
path: root/src/resp_types.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/resp_types.rs')
-rw-r--r--src/resp_types.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/resp_types.rs b/src/resp_types.rs
index 63bfcc2..0382cc9 100644
--- a/src/resp_types.rs
+++ b/src/resp_types.rs
@@ -146,6 +146,7 @@ pub struct RespUserInfo<'a> {
#[serde(flatten)]
pub base: RespMinimalAuthorInfo<'a>,
pub description: Cow<'a, str>,
+ pub suspended: Option<bool>,
pub your_note: Option<JustContentText<'a>>,
}