Trait CanGetChat
telegram_bot_raw::requests::get_chat
pub trait CanGetChat { fn get_chat(&self) -> GetChat; }
Get up to date information about the chat.
fn get_chat(&self) -> GetChat
impl<C> CanGetChat for C where C: ToChatRef,