Skip to main content
Module

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

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

Properties

_: "updates.channelDifference"
optional
final: true
pts: number
optional
timeout: number
new_messages: Array<Message>
other_updates: Array<Update>
chats: Array<Chat>
users: Array<User>