Trait telegram_bot::prelude::CanGetChat [] [src]

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

Get up to date information about the chat.

Required Methods

Implementors