Skip to main content
Module

x/mtkruto/mod.ts>ChosenInlineResult

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

A chosen inline result.

Properties

resultId: string

The identifier of the inline result that was chosen.

from: User

The user who chose the result.

optional
location: Location

The location of the user who chose the result.

optional
inlineMessageId: string

Identifier of the sent inline message.

query: string

The query that was used to obtain the result.