#[derive(Debug, Clone, Hash, PartialEq, Eq)] pub struct ChatReference { pub service: &'static str, pub id: String, }