Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/mtkruto/3_types.ts>UpdateIntersection

Cross-runtime JavaScript library for building Telegram clients
Latest
type alias UpdateIntersection
import { type UpdateIntersection } from "https://deno.land/x/mtkruto@0.6.3/3_types.ts";
definition: Partial<
& UpdateConnectionState
& UpdateAuthorizationState
& UpdateNewMessage
& UpdateMessageEdited
& UpdateMessageScheduled
& UpdateMessagesDeleted
& UpdateCallbackQuery
& UpdateInlineQuery
& UpdateChosenInlineResult
& UpdateNewChat
& UpdateEditedChat
& UpdateDeletedChat
& UpdateMessageInteractions
& UpdateMessageReactionCount
& UpdateMessageReactions
& UpdateChatMember
& UpdateMyChatMember
& UpdateDeletedStory
& UpdateNewStory
& UpdateBusinessConnection
& UpdateVideoChat
& UpdatePreCheckoutQuery
& UpdateJoinRequest
>