pub trait CanGetChat {
    fn get_chat(&self) -> GetChat;
}
Expand description

Get up to date information about the chat.

Required Methods§

Implementors§