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)

Implementors§