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

x/mtkruto/types/2_chosen_inline_result.ts>ChosenInlineResult

Cross-runtime JavaScript library for building Telegram clients
Latest
interface ChosenInlineResult
import { type ChosenInlineResult } from "https://deno.land/x/mtkruto@0.2.24/types/2_chosen_inline_result.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.