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