Skip to main content
Module

x/mtkruto/mod.ts>functions.MessagesSetInlineBotResults

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

Constructors

new
MessagesSetInlineBotResults(params: { gallery?: true; private?: true; queryId: bigint; results: Array<types.TypeInputBotInlineResult>; cacheTime: number; nextOffset?: string; switchPm?: types.TypeInlineBotSwitchPM; switchWebview?: types.TypeInlineBotWebView; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
cacheTime: number
optional
nextOffset: string
optional
private: true
queryId: bigint
optional
switchPm: types.TypeInlineBotSwitchPM
optional
switchWebview: types.TypeInlineBotWebView

Static Properties

readonly
[paramDesc]: ParamDesc