Skip to main content

BotHandler

Trait BotHandler 

Source
pub trait BotHandler {
    // Provided method
    fn inline_query(&self, api: &Api, query: InlineQuery) { ... }
}

Provided Methods§

Source

fn inline_query(&self, api: &Api, query: InlineQuery)

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§