Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/mtkruto/types/2_inline_query.ts>InlineQuery

Cross-runtime JavaScript library for building Telegram clients
Go to Latest
interface InlineQuery
import { type InlineQuery } from "https://deno.land/x/mtkruto@0.1.147/types/2_inline_query.ts";

An incoming inline query.

Properties

id: string
from: User
query: string
offset: string
optional
chatType:
| "sender"
| "private"
| "group"
| "supergroup"
| "channel"
optional
location: Location