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

x/mtkruto/3_types.ts>InlineQueryAnswer

Cross-runtime JavaScript library for building Telegram clients
Latest
interface InlineQueryAnswer
import { type InlineQueryAnswer } from "https://deno.land/x/mtkruto@0.2.24/3_types.ts";

An answer to an inline query.

Properties

id: string

The ID of the inline query that yielded these results.

The inline query results.

optional
nextOffset: string

A parameter that can be passed to next queries with the same text to yield more results.