Skip to main content
Module

x/grammy_emoji/deps.deno.ts>InlineQueryContext

Use emoji names instead of Unicode strings. Copy-pasting emoji sucks.
Go to Latest
type alias InlineQueryContext
import { type InlineQueryContext } from "https://deno.land/x/grammy_emoji@v1.1.2/deps.deno.ts";

Type of the context object that is available inside the handlers for bot.inlineQuery.

This helper type can be used to narrow down context objects the same way how annotate bot.inlineQuery does it. This allows you to context objects in middleware that is not directly passed to bot.inlineQuery, hence not inferring the correct type automatically. That way, handlers can be defined in separate files and still have the correct types.

definition: Filter<C, "inline_query">