Skip to main content
Module

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

MTProto API Client for Deno 🦕
Go to Latest
class tl.Api.updates.ChannelDifferenceEmpty
extends VirtualClass<{ final?: boolean; pts: int; timeout?: int; }>
import { tl } from "https://deno.land/x/grm@0.8.0/mod.ts";
const { ChannelDifferenceEmpty } = tl.Api.updates;

Properties

className: "updates.ChannelDifferenceEmpty"
classType: "constructor"
CONSTRUCTOR_ID: 1041346555
optional
final: boolean
pts: int
SUBCLASS_OF_ID: 696872797
optional
timeout: int

Static Methods

fromReader(reader: Reader): ChannelDifferenceEmpty