snapshot!

This commit is contained in:
shenjack 2024-06-14 01:34:36 +08:00
parent 9002103c7b
commit a606db5cb0
Signed by: shenjack
GPG Key ID: 7B1134A979775551

View File

@ -60,3 +60,8 @@ impl BotStatus {
self.user_id.write().await.clone_from(&user_id);
}
}
#[derive(Debug, Clone)]
pub struct BotStatusSnapshot {
user_id: UserId,
}