Skip to main content
Module

x/mtkruto/2_tl.ts>Api.updates_difference

Cross-runtime JavaScript library for building Telegram clients
Go to Latest
interface Api.updates_difference
import { type Api } from "https://deno.land/x/mtkruto@0.2.24/2_tl.ts";
const { updates_difference } = Api;

Properties

_: "updates.difference"
new_messages: Array<Message>
new_encrypted_messages: Array<EncryptedMessage>
other_updates: Array<Update>
chats: Array<Chat>
users: Array<User>