Skip to main content
Module

x/grm/mod.ts>tl.Api.messages.BotResults

MTProto API Client for Deno 🦕
Go to Latest
class tl.Api.messages.BotResults
extends VirtualClass<{ gallery?: boolean; queryId: long; nextOffset?: string; switchPm?: Api.TypeInlineBotSwitchPM; results: Api.TypeBotInlineResult[]; cacheTime: int; users: Api.TypeUser[]; }>
import { tl } from "https://deno.land/x/grm@0.8.0/mod.ts";
const { BotResults } = tl.Api.messages;

Properties

cacheTime: int
className: "messages.BotResults"
classType: "constructor"
CONSTRUCTOR_ID: 2491197512
optional
nextOffset: string
queryId: long
results: Api.TypeBotInlineResult[]
SUBCLASS_OF_ID: 1054136777
optional
switchPm: Api.TypeInlineBotSwitchPM
users: Api.TypeUser[]

Static Methods

fromReader(reader: Reader): BotResults