Skip to main content
Very Popular
Go to Latest
type alias ChosenInlineResultMiddleware
import { type ChosenInlineResultMiddleware } from "https://deno.land/x/grammy@v1.21.2/composer.ts";

Type of the middleware that can be passed to bot.chosenInlineResult.

This helper type can be used to annotate middleware functions that are defined in one place, so that they have the correct type when passed to bot.chosenInlineResult in a different place. For instance, this allows for more modular code where handlers are defined in separate files.