[][src]Trait bot_framework::BotHandler

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

Provided methods

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

Loading content...

Implementors

impl BotHandler for NoBotHandler[src]

Loading content...