Skip to main content
Module

x/grammy_conversations/deps.deno.ts>GameQueryMiddleware

Conversational interfaces for grammY
Go to Latest
type alias GameQueryMiddleware
import { type GameQueryMiddleware } from "https://deno.land/x/grammy_conversations@v1.1.1/deps.deno.ts";

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

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.gameQuery in a different place. For instance, this allows for more modular code where handlers are defined in separate files.