[][src]Trait telegram_bot_raw::requests::get_chat::CanGetChat

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

Get up to date information about the chat.

Required methods

fn get_chat(&self) -> GetChat

Loading content...

Implementors

impl<C> CanGetChat for C where
    C: ToChatRef
[src]

Loading content...