[][src]Trait telegram_bot::types::requests::get_file::CanGetFile

pub trait CanGetFile {
    pub fn get_file(&self) -> GetFile;
}

Get basic info about a file and prepare it for downloading.

Required methods

pub fn get_file(&self) -> GetFile[src]

Loading content...

Implementors

impl<F> CanGetFile for F where
    F: ToFileRef
[src]

Loading content...