Trait telebot::functions::FunctionGetFile [] [src]

pub trait FunctionGetFile {
    fn get_file(&self, _file_id: String) -> WrapperGetFile;
}

Required Methods

Implementors