Skip to main content
Module

x/mtkruto/mod.ts>UpdateIntersection

[WIP] Cross-runtime JavaScript library for building Telegram clients
Go to Latest
type alias UpdateIntersection
Re-export
import { type UpdateIntersection } from "https://deno.land/x/mtkruto@0.1.136/mod.ts";
definition: T & Partial<
& UpdateConnectionState
& UpdateAuthorizationState
& UpdateNewMessage
& UpdateEditedMessage
& UpdateDeletedMessages
& UpdateCallbackQuery
& UpdateInlineQuery
& UpdateChosenInlineResult
& UpdateNewChat
& UpdateEditedChat
& UpdateDeletedChat
& UpdateMessageInteractions
& UpdateMessageReactionCount
>