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

x/mtkruto/tl/2_types.ts>messages_BotResults_

[WIP] Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class messages_BotResults_
import { messages_BotResults_ } from "https://deno.land/x/mtkruto@0.1.128/tl/2_types.ts";

Constructors

new
messages_BotResults_(params: { gallery?: true; query_id: bigint; next_offset?: string; switch_pm?: enums.InlineBotSwitchPM; switch_webview?: enums.InlineBotWebView; results: Array<enums.BotInlineResult>; cache_time: number; users: Array<enums.User>; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
cache_time: number
optional
next_offset: string
query_id: bigint
results: Array<enums.BotInlineResult>
optional
switch_pm: enums.InlineBotSwitchPM
optional
switch_webview: enums.InlineBotWebView
users: Array<enums.User>

Static Properties

readonly
[name]
readonly
[paramDesc]: ParamDesc