1 2 3 4 5
#[allow(dead_code)] pub struct Message { pub timestamp: String, // Timestamp in the format `YY-MM-DD HH:MM:SS` pub content: String, // The actual message content }