pub trait ChatExt { // Required methods fn is_user(&self) -> bool; fn is_group(&self) -> bool; fn is_channel(&self) -> bool; }