pub trait CanGetChat { // Required method fn get_chat(&self) -> GetChat; }
Get up to date information about the chat.