Skip to main content
Module

x/grm/mod.ts>tl.Api.updates.Difference

MTProto API Client for Deno 🦕
Go to Latest
class tl.Api.updates.Difference
extends VirtualClass<{ newMessages: Api.TypeMessage[]; newEncryptedMessages: Api.TypeEncryptedMessage[]; otherUpdates: Api.TypeUpdate[]; chats: Api.TypeChat[]; users: Api.TypeUser[]; state: updates.TypeState; }>
import { tl } from "https://deno.land/x/grm@0.5.2/mod.ts";
const { Difference } = tl.Api.updates;

Properties

chats: Api.TypeChat[]
className: "updates.Difference"
classType: "constructor"
CONSTRUCTOR_ID: 16030880
newEncryptedMessages: Api.TypeEncryptedMessage[]
newMessages: Api.TypeMessage[]
otherUpdates: Api.TypeUpdate[]
SUBCLASS_OF_ID: 541599860
users: Api.TypeUser[]