diff --git a/src/chat.rs b/src/chat.rs index 5d8807c23..6e28e8071 100644 --- a/src/chat.rs +++ b/src/chat.rs @@ -523,6 +523,7 @@ impl Chat { /// The current state of a chat. #[derive(Debug, Clone, PartialEq, Eq, Serialize, Deserialize)] +#[non_exhaustive] pub struct ChatInfo { /// The chat ID. pub id: u32,