import { type GameQueryContext } from "https://dotland.deno.dev/x/grammy@v1.12.0/mod.ts";
Type of the context object that is available inside the handlers for
bot.gameQuery
.
This helper type can be used to narrow down context objects the same way how
bot.gameQuery
does it. This allows you to annotate context objects in
middleware that is not directly passed to bot.gameQuery
, hence not
inferring the correct type automatically. That way, handlers can be defined
in separate files and still have the correct types.
Type Parameters
C extends Context