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

x/grm/tl/custom/inline_results.ts>InlineResults

MTProto API Client for Deno 🦕
Latest
class InlineResults
extends Array<InlineResult>
import { InlineResults } from "https://deno.land/x/grm@0.8.2/tl/custom/inline_results.ts";

Constructors

new
InlineResults(
original: Api.messages.TypeBotResults,
entity?: Api.TypeEntityLike,
)

Properties

private
readonly
_validUntil: number
private
readonly
cacheTime: Api.int
private
nextOffset: string | undefined
private
queryId: Api.long
private
result: Api.messages.TypeBotResults
private
switchPm: Api.TypeInlineBotSwitchPM | undefined
private
users: Api.TypeUser[]