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>MessagesSetInlineBotResults

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

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
results: Array<types.TypeInputBotInlineResult>
optional
switchPm: types.TypeInlineBotSwitchPM
optional
switchWebview: types.TypeInlineBotWebView

Static Properties

readonly
[paramDesc]: ParamDesc