Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/mtkruto/types/1__getters.ts>InputPeerGetter

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

Call Signatures

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