Skip to main content
Module

x/mtkruto/mod.ts>InputPeerGetter

[WIP] Cross-runtime JavaScript library for building Telegram clients
Go to Latest
interface InputPeerGetter
Re-export
import { type InputPeerGetter } from "https://deno.land/x/mtkruto@0.1.118/mod.ts";

Call Signatures

(id: ChatID): Promise<types.InputPeerUser | types.InputPeerChannel | types.InputPeerChat>