Skip to main content
Module

x/grm/mod.ts>Api.updates.DifferenceSlice

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

Properties

chats: Api.TypeChat[]
className: "updates.DifferenceSlice"
classType: "constructor"
CONSTRUCTOR_ID: 2835028353
intermediateState: updates.TypeState
newEncryptedMessages: Api.TypeEncryptedMessage[]
newMessages: Api.TypeMessage[]
otherUpdates: Api.TypeUpdate[]
SUBCLASS_OF_ID: 541599860
users: Api.TypeUser[]