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