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.116/mod.ts";

Type Parameters

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