Skip to main content
Module

x/mtkruto/mod.ts>FilterUpdate

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

Type Parameters

U extends Update
T extends keyof U
F extends keyof NonNullable<U[T]>
definition: With<U, T> & Pick<[P in T]-?: With<NonNullable<U[T]>, F>, T>