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

x/mtkruto/tl/3_functions.ts>messages_getInlineBotResults_

Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class messages_getInlineBotResults_
extends Function_<enums.messages.BotResults>
import { messages_getInlineBotResults_ } from "https://deno.land/x/mtkruto@0.1.190/tl/3_functions.ts";

Query an inline bot

Constructors

new
messages_getInlineBotResults_(params: { bot: enums.InputUser; peer: enums.InputPeer; geo_point?: enums.InputGeoPoint; query: string; offset: string; })

Properties

protected
readonly
[id]: number
protected
readonly
[params]: Params
bot: enums.InputUser

The bot to query

optional
geo_point: enums.InputGeoPoint

The geolocation, if requested

offset: string

The offset within the results, will be passed directly as-is to the bot.

peer: enums.InputPeer

The currently opened chat

query: string

The query

Static Properties

__F: (params: { bot: enums.InputUser; peer: enums.InputPeer; geo_point?: enums.InputGeoPoint; query: string; offset: string; }) => enums.messages.BotResults
readonly
[name]: string
readonly
[paramDesc]: ParamDesc