Skip to main content
Module

x/mtkruto/mod.ts>InlineQuery

Cross-runtime JavaScript library for building Telegram clients
Go to Latest
interface InlineQuery
Re-export
import { type InlineQuery } from "https://deno.land/x/mtkruto@0.1.155/mod.ts";

An incoming inline query.

Properties

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