Skip to main content
Module

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

MTProto API Client for Deno 🦕
Go to Latest
class Api.updates.ChannelDifference
extends VirtualClass<{ final?: boolean; pts: int; timeout?: int; newMessages: Api.TypeMessage[]; otherUpdates: Api.TypeUpdate[]; chats: Api.TypeChat[]; users: Api.TypeUser[]; }>
import { Api } from "https://deno.land/x/grm@0.5.4/mod.ts";
const { ChannelDifference } = Api.updates;

Properties

chats: Api.TypeChat[]
className: "updates.ChannelDifference"
classType: "constructor"
CONSTRUCTOR_ID: 543450958
optional
final: boolean
newMessages: Api.TypeMessage[]
otherUpdates: Api.TypeUpdate[]
pts: int
SUBCLASS_OF_ID: 696872797
optional
timeout: int
users: Api.TypeUser[]