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

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

Required methods

fn get_chat(&self, _chat_id: Integer) -> WrapperGetChat

Loading content...

Implementors

impl FunctionGetChat for RequestHandle[src]

Loading content...