Trait telebot::functions::FunctionGetChat [] [src]

pub trait FunctionGetChat {
    fn get_chat(&self, _chat_id: Integer) -> WrapperGetChat;
}

Required Methods

Implementors