Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/mtkruto/3_types.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.147/3_types.ts";

An incoming inline query.

Properties

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