pub trait BotHandler {
// Provided method
fn inline_query(&self, api: &Api, query: InlineQuery) { ... }
}Provided Methods§
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".