Skip to main content
Module

x/grm/mod.ts>tl.Api.UpdatesCombined

MTProto API Client for Deno 🦕
Go to Latest
class tl.Api.UpdatesCombined
extends VirtualClass<{ updates: Api.TypeUpdate[]; users: Api.TypeUser[]; chats: Api.TypeChat[]; date: int; seqStart: int; seq: int; }>
import { tl } from "https://deno.land/x/grm@0.5.4/mod.ts";
const { UpdatesCombined } = tl.Api;

Properties

chats: Api.TypeChat[]
className: "UpdatesCombined"
classType: "constructor"
CONSTRUCTOR_ID: 1918567619
date: int
seq: int
seqStart: int
SUBCLASS_OF_ID: 2331323052
updates: Api.TypeUpdate[]
users: Api.TypeUser[]