[][src]Trait telegram_bot_fork::prelude::CanGetFile

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

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

Required methods

fn get_file(&self) -> GetFile

Loading content...

Implementors

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

Loading content...