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

Type Parameters

Update extends Update_
Type extends keyof Update_
Field extends string
optional
TypeType extends NonNullable<Update_[Type]> = NonNullable<Update_[Type]>
definition: Update & [Type_ in Type]-?: TypeType & [Field_ in Field]-?: Field extends keyof TypeType ? NonNullable<TypeType[Field]> : never