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.702/mod.ts";

An incoming inline query.

Properties

id: string

The identifier of the inline query.

from: User

The user who made the inline query.

query: string

The query that was made.

offset: string

The offset parameter that was passed to the last answerInlineQuery call.

optional
chatType:
| "sender"
| "private"
| "group"
| "supergroup"
| "channel"

The type of the chat from which the inline query was made.

optional
location: Location

The location of the user who made the inline query.