pub struct Channel { name: String, topic: String, users: Vec, }