Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/mtkruto/client/3_types.ts>FilterUpdate

[WIP] Cross-runtime JavaScript library for building Telegram clients
Go to Latest
type alias FilterUpdate
import { type FilterUpdate } from "https://deno.land/x/mtkruto@0.1.128/client/3_types.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