Skip to main content
Module

x/grm/mod.ts>client.MaybePromise

MTProto API Client for Deno 🦕
Go to Latest
type alias client.MaybePromise
import { type client } from "https://deno.land/x/grm@0.5.2/mod.ts";
const { MaybePromise } = client;
definition: T | Promise<T>