pub struct User { pub id: u64, pub name: String, pub token: String, pub chat_id: u64, }