Skip to main content
Module

x/mtkruto/mod.ts>types.MessagesBotResults

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

Constructors

new
MessagesBotResults(params: { gallery?: true; queryId: bigint; nextOffset?: string; switchPm?: TypeInlineBotSwitchPM; switchWebview?: TypeInlineBotWebView; results: Array<TypeBotInlineResult>; cacheTime: number; users: Array<TypeUser>; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
cacheTime: number
optional
nextOffset: string
queryId: bigint
results: Array<TypeBotInlineResult>
optional
switchPm: TypeInlineBotSwitchPM
optional
switchWebview: TypeInlineBotWebView
users: Array<TypeUser>

Static Properties

readonly
[paramDesc]: ParamDesc