Skip to main content
Module

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

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

Properties

chats: Api.TypeChat[]
className: "updates.ChannelDifferenceTooLong"
classType: "constructor"
CONSTRUCTOR_ID: 2763835134
dialog: Api.TypeDialog
optional
final: boolean
messages: Api.TypeMessage[]
SUBCLASS_OF_ID: 696872797
optional
timeout: int
users: Api.TypeUser[]

Static Methods

fromReader(reader: Reader): ChannelDifferenceTooLong