Skip to main content
Module

x/mtkruto/mod.ts>InlineQueryAnswer

Cross-runtime JavaScript library for building Telegram clients
Go to Latest
interface InlineQueryAnswer
Re-export
import { type InlineQueryAnswer } from "https://deno.land/x/mtkruto@0.2.24/mod.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.