This commit is contained in:
2023-06-21 11:39:05 +02:00
parent f3a36a50b5
commit 00204bb4c0
3 changed files with 8 additions and 8 deletions

View File

@@ -26,7 +26,7 @@ use crate::config;
pub struct AppState {
pub user_activity_cache: Cache<UserId, bool>,
pub user_langs_cache: Cache<UserId, Vec<String>>,
pub chat_donation_notifications_cache: Cache<ChatId, bool>,
pub chat_donation_notifications_cache: Cache<ChatId, ()>,
}
pub struct BotsManager {