Trait telegram_bot_api::methods::Methods
source · [−]pub trait Methods: Params {
fn endpoint(&self) -> String;
fn files(&self) -> HashMap<String, InputFile> { ... }
}
Expand description
available methods interface
pub trait Methods: Params {
fn endpoint(&self) -> String;
fn files(&self) -> HashMap<String, InputFile> { ... }
}
available methods interface