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