Skip to main content
Module

x/mtkruto/mod.ts>functions.MessagesGetInlineBotResults

[WIP] Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class functions.MessagesGetInlineBotResults
import { functions } from "https://deno.land/x/mtkruto@0.1.107/mod.ts";
const { MessagesGetInlineBotResults } = functions;

Constructors

new
MessagesGetInlineBotResults(params: { bot: types.TypeInputUser; peer: types.TypeInputPeer; geoPoint?: types.TypeInputGeoPoint; query: string; offset: string; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
optional
geoPoint: types.TypeInputGeoPoint
offset: string
query: string

Static Properties

readonly
[paramDesc]: ParamDesc