Trait CanGetFile
telegram_bot_raw::requests::get_file
pub trait CanGetFile { fn get_file(&self) -> GetFile; }
Get basic info about a file and prepare it for downloading.
fn get_file(&self) -> GetFile
impl<F> CanGetFile for F where F: ToFileRef,