dograma
Version:
NodeJS/Browser MTProto API Telegram client library,
7 lines (6 loc) • 407 B
TypeScript
import type { EntityLike } from "../define";
import { Api } from "../tl";
import { InlineResults } from "../tl/custom/inlineResults";
import type { TelegramClient } from "./TelegramClient";
/** @hidden */
export declare function inlineQuery(client: TelegramClient, bot: EntityLike, query: string, entity?: Api.InputPeerSelf, offset?: string, geoPoint?: Api.TypeInputGeoPoint): Promise<InlineResults>;